Skip to content

Commit

Permalink
preparing to tag 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jun 22, 2016
1 parent 96c4507 commit 3dc6a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pydl/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PyDL Changelog
==============

0.5.1 (unreleased)
0.5.1 (2016-06-22)
------------------

* Removed unnecessary ``from __future__`` import in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.5.1.dev'
VERSION = '0.5.1'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit 3dc6a16

Please sign in to comment.