Skip to content

Commit

Permalink
Preparing release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Sep 13, 2017
1 parent 919147a commit 1383e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

1.4 (unreleased)
1.4 (2017-09-12)
----------------
- #34 : Fixed cases where a float was used as an index, which now fails with numpy 1.12. Added testing for numpy 1.12 and astropy 1.3, while removing tests for numpy 1.9.
- #32 : Fixed last point being dropped in `walk_through_skeleton`. Added test for skeleton walk and for end finding.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def finalize_options(self):
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

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

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

0 comments on commit 1383e59

Please sign in to comment.