From 979b8a813180916e07f424cf495d540d018c35f3 Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Tue, 24 Apr 2018 14:10:22 +0100 Subject: [PATCH] Preparing release 0.36 --- changelog.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.rst b/changelog.rst index fb0fcb7..1f137f6 100644 --- a/changelog.rst +++ b/changelog.rst @@ -2,7 +2,7 @@ Changelog =========== -0.36 (unreleased) +0.36 (2018-04-24) ================= - Added admin script for adding new AWS IAM and EC2-host linux user. diff --git a/setup.py b/setup.py index 952d8f1..89c77d4 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def _read_file(name): setup( name='azanium', - version='0.36.dev0', + version='0.36', url='http://www.wormmbase.org/', author='Matt Russell, EMBL-EBI', author_email='matthew.russell@wormbase.org',