From 5e7a79dfba6934039133646dabee7f083826ce65 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 2 Jul 2013 10:52:51 +0300 Subject: [PATCH] Bumped version --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ec89bcc..a00ec84 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.14.0 (2013-07-02) +^^^^^^^^^^^^^^^^^^^ + +- Python 3 support, dropped python 2.5 support + + 0.13.3 (2013-06-11) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 4fb9576..77120a5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(Command): setup( name='SQLAlchemy-Utils', - version='0.13.3', + version='0.14.0', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen',