diff --git a/HISTORY.rst b/HISTORY.rst index e05a570..f75d01f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,8 @@ +v0.4.3 (02-16-2016) +=================== + +- The cake is a lie. + v0.4.2 (02-15-2016) =================== diff --git a/setup.py b/setup.py index 7b8fff1..1d849fd 100644 --- a/setup.py +++ b/setup.py @@ -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()