Skip to content

Commit

Permalink
LAST COMMIT FOR v1.0.9 !
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 17, 2016
1 parent a9b778f commit e2c5e6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changes
=======


v1.0.9 - 17 june 2016
---------------------

See https://github.com/justb4/stetl/issues?q=milestone%3A%22Version+1.0.9%22+is%3Aclosed

Highlights:

- Substitutable config options in properties file (-a arg)
- Docker support via Stetl Docker image
- Generic ogr2ogr Input Component enhancement

v1.0.8 - 2 july 2015
--------------------

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import sys
from setuptools import setup, find_packages

# To publish: python setup.py sdist upload -r pypi

# Have to do this after importing setuptools, which monkey patches distutils.
from distutils.extension import Extension

Expand Down
2 changes: 1 addition & 1 deletion stetl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.9rc3"
__version__ = "1.0.9"

0 comments on commit e2c5e6c

Please sign in to comment.