Bump version

This commit is contained in:
Konsta Vesterinen
2014-08-21 15:21:06 +03:00
parent 81fbbd3697
commit 84f244c56f
3 changed files with 9 additions and 3 deletions

View File

@@ -4,8 +4,14 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.26.11 (2014-08-21)
^^^^^^^^^^^^^^^^^^^^
- Fixed dependent_objects support for single table inheritance
0.26.10 (2014-08-13)
^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^
- Fixed dependent_objects support for multiple dependencies

View File

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

View File

@@ -75,7 +75,7 @@ from .types import (
from .models import Timestamp
__version__ = '0.26.10'
__version__ = '0.26.11'
__all__ = (