We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c97fa commit bd2420fCopy full SHA for bd2420f
CHANGES
@@ -1,6 +1,12 @@
1
0.3 (unreleased)
2
----------------
3
4
+- None yet
5
+
6
+0.2.3 (2014-09-30)
7
+------------------
8
9
10
- AstroResponse has been removed, which means that all cached objects will have
11
new hashes. You should clear your cache: for most users, that means
12
``rm -r ~/.astropy/cache/astroquery/`` (#418)
setup.py
@@ -43,7 +43,7 @@
43
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
44
45
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
46
-VERSION = '0.3.dev'
+VERSION = '0.2.3'
47
48
# Indicates if this version is a release version
49
RELEASE = 'dev' not in VERSION
0 commit comments