Skip to content

Commit fabd616

Browse files
committed
Preparing to release 0.5.2
1 parent 05d50ac commit fabd616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pydl/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PyDL Changelog
33
==============
44

5-
0.5.2 (unreleased)
5+
0.5.2 (2016-08-04)
66
------------------
77

88
* Changes in how Mangle-polygon containing FITS files are handled, related to

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4848

4949
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50-
VERSION = '0.5.2.dev'
50+
VERSION = '0.5.2'
5151

5252
# Indicates if this version is a release version
5353
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)