Skip to content

Commit 3dc6a16

Browse files
committed
preparing to tag 0.5.1
1 parent 96c4507 commit 3dc6a16

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.1 (unreleased)
5+
0.5.1 (2016-06-22)
66
------------------
77

88
* Removed unnecessary ``from __future__`` import in

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.1.dev'
50+
VERSION = '0.5.1'
5151

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

0 commit comments

Comments
 (0)