diff --git a/CHANGES.rst b/CHANGES.rst index f955c82..2248f53 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.14.2 (2013-07-02) +^^^^^^^^^^^^^^^^^^^ + +- Fixed py3 bug introduced in 0.14.1 + + 0.14.1 (2013-07-02) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 773fa8e..4156358 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(Command): setup( name='SQLAlchemy-Utils', - version='0.14.1', + version='0.14.2', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen',