Bump version
This commit is contained in:
2
setup.py
2
setup.py
@@ -44,7 +44,7 @@ for name, requirements in extras_require.items():
|
||||
|
||||
setup(
|
||||
name='SQLAlchemy-Utils',
|
||||
version='0.25.3',
|
||||
version='0.25.4',
|
||||
url='https://github.com/kvesteri/sqlalchemy-utils',
|
||||
license='BSD',
|
||||
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',
|
||||
|
@@ -60,7 +60,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.25.3'
|
||||
__version__ = '0.25.4'
|
||||
|
||||
|
||||
__all__ = (
|
||||
@@ -100,6 +100,7 @@ __all__ = (
|
||||
DateRangeType,
|
||||
DateTimeRangeType,
|
||||
EmailType,
|
||||
ExpressionParser,
|
||||
ImproperlyConfigured,
|
||||
InstrumentedList,
|
||||
IntRangeType,
|
||||
|
Reference in New Issue
Block a user