Bumped version

This commit is contained in:
Konsta Vesterinen
2013-08-21 13:45:41 +03:00
parent 3ded3ce9c3
commit 1476bda42c
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. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.16.8 (2013-08-21)
^^^^^^^^^^^^^^^^^^^
- PasswordType support for PostgreSQL
- Hybrid property for sort_query
0.16.7 (2013-08-18) 0.16.7 (2013-08-18)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

@@ -55,7 +55,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.16.7', version='0.16.8',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen', author='Konsta Vesterinen',

View File

@@ -37,7 +37,7 @@ from .types import (
) )
__version__ = '0.16.7' __version__ = '0.16.8'
__all__ = ( __all__ = (