Bumped version

This commit is contained in:
Konsta Vesterinen
2013-07-23 10:29:53 +03:00
parent 165d9f4cfd
commit b43b72af03
3 changed files with 8 additions and 2 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.14.7 (2013-07-22)
^^^^^^^^^^^^^^^^^^^
- Lazy import for ipaddress package
0.14.6 (2013-07-22) 0.14.6 (2013-07-22)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

@@ -24,7 +24,7 @@ class PyTest(Command):
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.14.6', version='0.14.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',

View File

@@ -24,7 +24,7 @@ from .types import (
) )
__version__ = '0.14.6' __version__ = '0.14.7'
__all__ = ( __all__ = (