Bump version, update changes

This commit is contained in:
Konsta Vesterinen
2014-05-30 10:22:42 +03:00
parent 49b2f0a605
commit a9db010f75
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.26.2 (2014-05-29)
^^^^^^^^^^^^^^^^^^^
- Added various fixes for bugs found in use of psycopg2
- Added has_index
0.26.1 (2014-05-14) 0.26.1 (2014-05-14)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

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

View File

@@ -68,7 +68,7 @@ from .types import (
) )
__version__ = '0.26.1' __version__ = '0.26.2'
__all__ = ( __all__ = (