We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d50ac commit fabd616Copy full SHA for fabd616
docs/pydl/changes.rst
@@ -2,7 +2,7 @@
2
PyDL Changelog
3
==============
4
5
-0.5.2 (unreleased)
+0.5.2 (2016-08-04)
6
------------------
7
8
* Changes in how Mangle-polygon containing FITS files are handled, related to
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.5.2.dev'
+VERSION = '0.5.2'
51
52
# Indicates if this version is a release version
53
RELEASE = 'dev' not in VERSION
0 commit comments