From 8839daaf4aec1dd853c4198ae55af1dbefaa1fd5 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 27 Sep 2013 09:41:45 -0400 Subject: Version increment. Dependencies changed (we removed simplegeneric and replaced it with singledispatch), so we should probably release a new major version. Change-Id: Ic618d8998ec6f90806dc5fc84451f2ad616f1e66 --- docs/source/changes.rst | 2 +- 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 `_, 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 -- cgit v1.2.1