summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-09-27 09:41:45 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-09-27 09:41:45 -0400
commit8839daaf4aec1dd853c4198ae55af1dbefaa1fd5 (patch)
tree6d39e83565f76495cc2272586fa05bac3dc85e51
parent885d35445a2b9d520795aa47bf0c48321dbab53f (diff)
downloadpecan-8839daaf4aec1dd853c4198ae55af1dbefaa1fd5.tar.gz
Version increment.0.4.0
Dependencies changed (we removed simplegeneric and replaced it with singledispatch), so we should probably release a new major version. Change-Id: Ic618d8998ec6f90806dc5fc84451f2ad616f1e66
-rw-r--r--docs/source/changes.rst2
-rw-r--r--setup.py2
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,
diff --git a/setup.py b/setup.py
index cd18c60..9194b5f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
-version = '0.3.3'
+version = '0.4.0'
#
# determine requirements