From 5df246a855b5ab153edd10f5a26d37015fa2aeb4 Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Mon, 18 Dec 2017 11:50:34 +0000 Subject: [PATCH] Back to development: 0.32 --- changelog.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index d441f1c..398ebe5 100644 --- a/changelog.rst +++ b/changelog.rst @@ -2,6 +2,12 @@ Changelog =========== +0.32 (unreleased) +================= + +- Nothing changed yet. + + 0.31 (2017-12-18) ================= - Release to fix release-script malfunction (!). diff --git a/setup.py b/setup.py index d9d0727..6f8dad6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def _read_file(name): setup( name='azanium', - version='0.31', + version='0.32.dev0', url='http://www.wormmbase.org/', author='Matt Russell, EMBL-EBI', author_email='matthew.russell@wormbase.org',