We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5570443 commit 7feaebaCopy full SHA for 7feaeba
CHANGES
@@ -1,5 +1,5 @@
1
-0.3.3.dev
2
----------
+0.3.3 (2016-10-11)
+------------------
3
4
- Option to toggle the display of the download bar (#734)
5
- ESASKY - added new module for querying the ESASKY archive (#758,#763,#765)
setup.py
@@ -47,7 +47,7 @@
47
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
48
49
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50
-VERSION = '0.3.3.dev'
+VERSION = '0.3.3'
51
52
# Indicates if this version is a release version
53
RELEASE = 'dev' not in VERSION
0 commit comments