diff --git a/CHANGES b/CHANGES index 41a1c0fb9..8871c0712 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,12 @@ Here you can see the full list of changes between each Eve release. Development ----------- +Version 0.7.5 +~~~~~~~~~~~~~ + +Not yet released. + + Stable ------ diff --git a/eve/__init__.py b/eve/__init__.py index dbe6722f8..a6c7e00a1 100644 --- a/eve/__init__.py +++ b/eve/__init__.py @@ -38,7 +38,7 @@ """ -__version__ = '0.7.4' +__version__ = '0.7.5' # RFC 1123 (ex RFC 822) DATE_FORMAT = '%a, %d %b %Y %H:%M:%S GMT' diff --git a/setup.py b/setup.py index 017646734..7af936b91 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='Eve', - version='0.7.4', + version='0.7.5', description=DESCRIPTION, long_description=LONG_DESCRIPTION, author='Nicola Iarocci',