From 407d4b8e53be04695a0066f9412968d159cd3528 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Mon, 16 Sep 2013 19:16:50 +0300 Subject: [PATCH] Added babel to extras, bumped version --- CHANGES.rst | 6 ++++++ setup.py | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 10a3de6..255c440 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changelog 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) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 2e784ed..8f8114a 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ extras_require = { 'flexmock>=0.9.7', 'psycopg2>=2.4.6', ], + 'babel': ['Babel>=1.3'], 'arrow': ['arrow>=0.3.4'], 'phone': [ # 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( name='SQLAlchemy-Utils', - version='0.16.9', + version='0.16.10', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',