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(
|
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',
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user