Bump version

This commit is contained in:
Konsta Vesterinen
2015-01-03 13:20:30 +02:00
parent 2051a6d438
commit 611c938bfb
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.1 (2015-01-03)
^^^^^^^^^^^^^^^^^^^
- Added assert_min_value and assert_max_value testing functions
0.29.0 (2015-01-02)
^^^^^^^^^^^^^^^^^^^

View File

@@ -87,7 +87,7 @@ from .types import (
from .models import Timestamp
__version__ = '0.29.0'
__version__ = '0.29.1'
__all__ = (