Bump version

This commit is contained in:
Konsta Vesterinen
2015-03-03 14:03:35 +02:00
parent 8290696139
commit 5f2b120bc7
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.29.8 (2015-03-03)
^^^^^^^^^^^^^^^^^^^
- Added get_class_by_table ORM utility function
0.29.7 (2015-03-01)
^^^^^^^^^^^^^^^^^^^

View File

@@ -88,7 +88,7 @@ from .types import (
from .models import Timestamp
__version__ = '0.29.7'
__version__ = '0.29.8'
__all__ = (