From de2a6d19e39a6be1362cd3edd78eddf68c828581 Mon Sep 17 00:00:00 2001 From: Joseph Long Date: Mon, 23 Feb 2015 15:18:27 -0500 Subject: [PATCH] Releasing v0.3.2 (PyPI ate v0.3.1) --- docs/relnotes.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/relnotes.rst b/docs/relnotes.rst index bf3236fe..df0a975d 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -53,6 +53,17 @@ Version History and Change Log .. _whatsnew: + +Version 0.3.2 +================= + +Released February 23, 2015 + +This is a bug-fix release to address an issue that rendered the GUI unusable. +(See `#55 `_.) API usage was unaffected. + +(Ask not what happened to 0.3.1.) + .. _rel0.3.0: Version 0.3.0 diff --git a/setup.py b/setup.py index 38610120..347d8998 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.3.1.dev' +VERSION = '0.3.2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION