Bump version

This commit is contained in:
Konsta Vesterinen
2014-06-25 22:06:09 +03:00
parent 737dd34934
commit 412eb758b6
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.26.4 (2014-06-25)
^^^^^^^^^^^^^^^^^^^
- Added auto_delete_orphans
0.26.3 (2014-06-25)
^^^^^^^^^^^^^^^^^^^

View File

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

View File

@@ -71,7 +71,7 @@ from .types import (
)
__version__ = '0.26.3'
__version__ = '0.26.4'
__all__ = (