Added babel to extras, bumped version

This commit is contained in:
Konsta Vesterinen
2013-09-16 19:16:50 +03:00
parent c4cf9d4d2d
commit 407d4b8e53
2 changed files with 8 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. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.16.10 (2013-09-16)
^^^^^^^^^^^^^^^^^^^^
- Added WeekDaysType
0.16.9 (2013-08-21) 0.16.9 (2013-08-21)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

@@ -35,6 +35,7 @@ extras_require = {
'flexmock>=0.9.7', 'flexmock>=0.9.7',
'psycopg2>=2.4.6', 'psycopg2>=2.4.6',
], ],
'babel': ['Babel>=1.3'],
'arrow': ['arrow>=0.3.4'], 'arrow': ['arrow>=0.3.4'],
'phone': [ 'phone': [
# The phonenumbers library has a split for 2.x and 3.x support. # The phonenumbers library has a split for 2.x and 3.x support.
@@ -55,7 +56,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.16.9', version='0.16.10',
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',