Bump version
This commit is contained in:
@@ -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)
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
2
setup.py
2
setup.py
@@ -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',
|
||||
|
@@ -71,7 +71,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.26.3'
|
||||
__version__ = '0.26.4'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user