From 9b87114c54d320e979cfa28f0d0221e01840b810 Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Thu, 19 Apr 2018 15:18:58 +0100 Subject: [PATCH] Back to development: 0.36 --- changelog.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 548456f..58462d0 100644 --- a/changelog.rst +++ b/changelog.rst @@ -2,6 +2,12 @@ Changelog =========== +0.36 (unreleased) +================= + +- Nothing changed yet. + + 0.35 (2018-04-19) ================= diff --git a/setup.py b/setup.py index 8ccc961..952d8f1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def _read_file(name): setup( name='azanium', - version='0.35', + version='0.36.dev0', url='http://www.wormmbase.org/', author='Matt Russell, EMBL-EBI', author_email='matthew.russell@wormbase.org',