Bumped version
This commit is contained in:
@@ -4,6 +4,12 @@ Changelog
|
||||
Here you can see the full list of changes between each SQLAlchemy-Utils release.
|
||||
|
||||
|
||||
0.18.0 (2013-10-24)
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Added LocaleType
|
||||
|
||||
|
||||
0.17.1 (2013-10-23)
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
2
setup.py
2
setup.py
@@ -57,7 +57,7 @@ for name, requirements in extras_require.items():
|
||||
|
||||
setup(
|
||||
name='SQLAlchemy-Utils',
|
||||
version='0.17.1',
|
||||
version='0.18.0',
|
||||
url='https://github.com/kvesteri/sqlalchemy-utils',
|
||||
license='BSD',
|
||||
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',
|
||||
|
@@ -43,7 +43,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.17.1'
|
||||
__version__ = '0.18.0'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user