Bumped version

This commit is contained in:
Konsta Vesterinen
2013-10-18 10:36:40 +03:00
parent 4125403b73
commit 98ba5cd5a7
3 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,13 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.16.25 (2013-10-18)
^^^^^^^^^^^^^^^^^^^^
- Added __ne__ operator implementation for Country object
- New utility function: naturally_equivalent
0.16.24 (2013-10-04)
^^^^^^^^^^^^^^^^^^^^

View File

@@ -56,7 +56,7 @@ for name, requirements in extras_require.items():
setup(
name='SQLAlchemy-Utils',
version='0.16.24',
version='0.16.25',
url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD',
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',

View File

@@ -38,7 +38,7 @@ from .types import (
)
__version__ = '0.16.24'
__version__ = '0.16.25'
__all__ = (