Bumped version

This commit is contained in:
Konsta Vesterinen
2013-06-17 16:26:08 +03:00
parent 3fb335c3e6
commit 9b564433ef
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.13.3 (2013-06-11)
^^^^^^^^^^^^^^^^^^^
- Initial support for psycopg 2.5 NumericRange objects
0.13.2 (2013-06-11) 0.13.2 (2013-06-11)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

@@ -24,7 +24,7 @@ class PyTest(Command):
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.13.2', version='0.13.3',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen', author='Konsta Vesterinen',