Skip to content

Commit

Permalink
Preparing release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Oct 23, 2016
1 parent 11477d4 commit 9934090
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.3 (unreleased)
1.3 (2016-10-22)
----------------
- [#30] - Fixes minor branch deletion when using branches with RHT, +1 index for slicing out individual skeletons, re-worked `radial_profile` to clarify usage of `pad_to_distance` and `max_distance`, tests for `radial_profile`, and re-wrote `_smooth_and_cut` to smooth with a moving average instead of a gaussian kernel. The unit test values were updated to reflect minor changes in the treatment of the radial profiles.
- [#27] - Use WCS objects, instead of the header, to get the pixel scales.
Expand Down
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.2.dev'
VERSION = '1.3'

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

0 comments on commit 9934090

Please sign in to comment.