Skip to content

Commit

Permalink
update version to 0.5.0 for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Aug 16, 2016
1 parent d37da98 commit ee6a90e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
desitarget Change Log
=====================

0.5.0 (unreleased)
0.5.1 (unreleased)
------------------

* Template
* Move data into Python package to aid pip installs.
* Support for Travis, Coveralls and ReadTheDocs.
* No changes yet

0.5.0 (2016-08-16)
------------------

* Added obscondition and truesubtype to mocks (PR #55; JFR).
* refactored cut functions to take all fluxes so that they have same call
signature (PR #56; JM).
* Move data into Python package to aid pip installs (PR #47; BAW).
* Support for Travis, Coveralls and ReadTheDocs (BAW).


0.4.0 (2016-07-12)
Expand Down
2 changes: 1 addition & 1 deletion py/desitarget/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0.dev234'
__version__ = '0.5.0'

0 comments on commit ee6a90e

Please sign in to comment.