This commit is contained in:
2016-02-16 03:23:54 -05:00
parent fd754dd3f3
commit fdd34ebdef
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
v0.4.3 (02-16-2016)
===================
- The cake is a lie.
v0.4.2 (02-15-2016)
===================
+1 -1
View File
@@ -15,7 +15,7 @@ if sys.argv[-1] == 'publish':
sys.exit()
requires = ['SQLAlchemy', 'tablib', 'docopt']
version = '0.4.2'
version = '0.4.3'
def read(f):
return open(f, encoding='utf-8').read()