From 412eb758b6b39d37ce012b02c48dc4d17fcf1783 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 25 Jun 2014 22:06:09 +0300 Subject: [PATCH] Bump version --- CHANGES.rst | 6 ++++++ setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 72690d0..8adbcaf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 3be4bbc..a964156 100644 --- a/setup.py +++ b/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', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 10506ac..1c28403 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -71,7 +71,7 @@ from .types import ( ) -__version__ = '0.26.3' +__version__ = '0.26.4' __all__ = (