From bd2420f85e8a9c148a2b6eee58b78fd31da6e7ad Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Tue, 30 Sep 2014 16:15:10 +0200 Subject: [PATCH] setup.py -> v0.2.3 --- CHANGES | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a93c9bd3fa..289e62fc9a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ 0.3 (unreleased) ---------------- +- None yet + +0.2.3 (2014-09-30) +------------------ + + - AstroResponse has been removed, which means that all cached objects will have new hashes. You should clear your cache: for most users, that means ``rm -r ~/.astropy/cache/astroquery/`` (#418) diff --git a/setup.py b/setup.py index db80428793..4d1b1e5653 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.3.dev' +VERSION = '0.2.3' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION