Bump version

This commit is contained in:
Konsta Vesterinen
2014-04-22 13:04:16 +03:00
parent ac6cc592d2
commit 9bc141c1ab
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.25.3', version='0.25.4',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',

View File

@@ -60,7 +60,7 @@ from .types import (
) )
__version__ = '0.25.3' __version__ = '0.25.4'
__all__ = ( __all__ = (
@@ -100,6 +100,7 @@ __all__ = (
DateRangeType, DateRangeType,
DateTimeRangeType, DateTimeRangeType,
EmailType, EmailType,
ExpressionParser,
ImproperlyConfigured, ImproperlyConfigured,
InstrumentedList, InstrumentedList,
IntRangeType, IntRangeType,