We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38385b3 commit 4113ae2Copy full SHA for 4113ae2
CHANGES
@@ -1,9 +1,3 @@
1
-0.3.7 (unreleased)
2
-------------------
3
-
4
-- No changes yet
5
6
7
0.3.6 (2017-07-03)
8
------------------
9
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.7.dev'
+VERSION = '0.3.6.post2'
51
52
# Indicates if this version is a release version
53
RELEASE = 'dev' not in VERSION
0 commit comments