Bump version
This commit is contained in:
@@ -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
|
||||
|
||||
|
2
setup.py
2
setup.py
@@ -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',
|
||||
|
@@ -75,7 +75,7 @@ from .types import (
|
||||
from .models import Timestamp
|
||||
|
||||
|
||||
__version__ = '0.26.10'
|
||||
__version__ = '0.26.11'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user