Bumped version

This commit is contained in:
Konsta Vesterinen
2013-09-17 11:03:59 +03:00
parent fe111b868f
commit 509ea0740e
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.12 (2013-09-17)
^^^^^^^^^^^^^^^^^^^^
- Fixed remaining Python 3 issues with WeekDaysType
- Better bound method handling for WeekDay get_locale
0.16.11 (2013-09-17)
^^^^^^^^^^^^^^^^^^^^

View File

@@ -56,7 +56,7 @@ for name, requirements in extras_require.items():
setup(
name='SQLAlchemy-Utils',
version='0.16.11',
version='0.16.12',
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.11'
__version__ = '0.16.12'
__all__ = (