From 1476bda42c0783b4127af41ddd58e6a985ebdca6 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 21 Aug 2013 13:45:41 +0300 Subject: [PATCH] Bumped version --- CHANGES.rst | 7 +++++++ setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8e85aaa..e9ea715 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,13 @@ Changelog 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) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 960b7a7..3ef8d17 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.16.7', + version='0.16.8', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 42ca103..482d88d 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -37,7 +37,7 @@ from .types import ( ) -__version__ = '0.16.7' +__version__ = '0.16.8' __all__ = (