From 1723b1eb69f56bfde9323b969b316976484b7ed6 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Mon, 4 Aug 2014 12:53:06 +0300 Subject: [PATCH] Bump version --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0685cc0..ee807fb 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.9 (2014-08-xx) +^^^^^^^^^^^^^^^^^^^ + +- Fixed PasswordType with Oracle dialect + + 0.26.8 (2014-07-30) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 22b8ceb..a50bb49 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.8', + version='0.26.9', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',