From ccd184b052cfb3b521417e47a2049a94daa987df Mon Sep 17 00:00:00 2001 From: Brett Morris Date: Tue, 20 Sep 2016 10:49:09 -0700 Subject: [PATCH 1/2] Preparing release 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df4dd978..0d6daa2a 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.2.dev' +VERSION = '0.2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION From e07b2f205a96433e65438ec213df7d51b5256653 Mon Sep 17 00:00:00 2001 From: Brett Morris Date: Tue, 20 Sep 2016 10:51:00 -0700 Subject: [PATCH 2/2] Back to development: v0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d6daa2a..d1396f64 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.2' +VERSION = '0.3.dev' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION