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'