diff --git a/CHANGES.rst b/CHANGES.rst index 932cc39..2103baa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,13 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.7.0 (2013-03-26) +^^^^^^^^^^^^^^^^^^ + +- Added NumberRange type + + + 0.6.0 (2013-03-26) ^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 4633ffe..ca1b2ec 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(Command): setup( name='SQLAlchemy-Utils', - version='0.6', + version='0.7', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen',