diff --git a/CHANGES b/CHANGES index 7e266fc..0561cd7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ Changelog --------- +0.4.0a3 (unreleased) +~~~~~~~~~~~~~~~~~~~~ + +- Nothing changed yet. + + 0.4.0a2 (2015-09-17) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 8b39b5f..be0652d 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='Eve-SQLAlchemy', - version='0.4.0a2', + version='0.4.0a3.dev0', description=DESCRIPTION, long_description=LONG_DESCRIPTION, author='Andrew Mleczko',