Bumped version

This commit is contained in:
Konsta Vesterinen
2013-03-26 13:25:33 +02:00
parent d17b916c09
commit 1638653328
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ 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.7.0 (2013-03-26)
^^^^^^^^^^^^^^^^^^
- Added NumberRange type
0.6.0 (2013-03-26) 0.6.0 (2013-03-26)
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^

View File

@@ -24,7 +24,7 @@ class PyTest(Command):
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.6', version='0.7',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen', author='Konsta Vesterinen',