From 6843b663858eb251dcf24384125cffa3eaadaca0 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 6 May 2015 10:54:51 +0300 Subject: [PATCH] Bump version --- CHANGES.rst | 2 +- sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c82abbd..f229f34 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. -0.30.1 (2015-05-05) +0.30.1 (2015-05-06) ^^^^^^^^^^^^^^^^^^^ - Drop undocumented batch fetch feature. Let's wait until the inner workings of SQLAlchemy loading API is well-documented. diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 3eafb1e..89a6d3c 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -86,4 +86,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.30.0' +__version__ = '0.30.1'