We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc6dc2 commit c416453Copy full SHA for c416453
2 files changed
CHANGES.rst
@@ -1,4 +1,4 @@
1
-0.2 (unreleased)
+0.2 (2013-02-19)
2
----------------
3
4
New Features
setup.py
@@ -36,7 +36,7 @@
36
NAME = 'astropy'
37
38
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
39
-VERSION = '0.2.dev'
+VERSION = '0.2'
40
41
# Indicates if this version is a release version
42
RELEASE = 'dev' not in VERSION
0 commit comments