Skip to content

Commit bd2420f

Browse files
committed
setup.py -> v0.2.3
1 parent 44c97fa commit bd2420f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
0.3 (unreleased)
22
----------------
33

4+
- None yet
5+
6+
0.2.3 (2014-09-30)
7+
------------------
8+
9+
410
- AstroResponse has been removed, which means that all cached objects will have
511
new hashes. You should clear your cache: for most users, that means
612
``rm -r ~/.astropy/cache/astroquery/`` (#418)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4444

4545
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
46-
VERSION = '0.3.dev'
46+
VERSION = '0.2.3'
4747

4848
# Indicates if this version is a release version
4949
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)