Bumped version

This commit is contained in:
Konsta Vesterinen
2013-08-18 12:13:29 +03:00
parent 7751fb0035
commit 65ec0fc182
3 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,14 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.16.7 (2013-08-18)
^^^^^^^^^^^^^^^^^^^
- Added better handling of local column names in batch_fetch
- PasswordType gets default length even if no crypt context schemes provided
0.16.6 (2013-08-16)
^^^^^^^^^^^^^^^^^^^

View File

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

View File

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