diff options
-rw-r--r-- | docs/source/changes.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 2ec1083..9a4a3ee 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,4 +1,4 @@ -0.3.3 +0.4.0 ===== * Moved the project to `StackForge infrastructure <http://ci.openstack.org/stackforge.html>`_, including Gerrit code review, @@ -2,7 +2,7 @@ import sys from setuptools import setup, find_packages -version = '0.3.3' +version = '0.4.0' # # determine requirements |