This commit is contained in:
2016-02-15 00:25:15 -05:00
parent 9dd343741a
commit a16b2cdfd7
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
v0.4.1 (02-15-2016)
===================
- Bugfix for Python 3.
v0.4.0 (02-13-2016)
===================
+1 -1
View File
@@ -15,7 +15,7 @@ if sys.argv[-1] == 'publish':
sys.exit()
requires = ['SQLAlchemy', 'tablib', 'docopt']
version = '0.4.0'
version = '0.4.1'
def read(f):
return open(f, encoding='utf-8').read()