Bump version

This commit is contained in:
Konsta Vesterinen
2015-05-06 10:54:51 +03:00
parent 7533dafd41
commit 6843b66385
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release. 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. - Drop undocumented batch fetch feature. Let's wait until the inner workings of SQLAlchemy loading API is well-documented.

View File

@@ -86,4 +86,4 @@ from .types import ( # noqa
WeekDaysType WeekDaysType
) )
__version__ = '0.30.0' __version__ = '0.30.1'