Skip to content

Commit

Permalink
prepare for v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Nov 16, 2016
1 parent 6c7cc83 commit 8cec94c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ These are notes mainly for the one person that manages releases.
Yes, this could be more automated, but it isn't done very often,
and involves some human verification.

- Update ``docs/whatsnew.rst`` with a summary of the new version's changes.
- Update ``docs/history.rst`` with a summary of the new version's changes.
- Bump version in ``setup.py``.
- Check copyright year in ``docs/conf.py``.
- Build package and docs and check that docs look good.
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sncosmo v1.0 will continue to work with any v1.x version. However,
exact results may differ between versions in the 1.x series. (For
example, due to changes in integration method.)

v1.4.0 (unreleased)
v1.4.0 (2016-11-16)
===================

- ``SFD98Map`` and ``get_ebv_from_map`` deprecated in favor of separate package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def recursive_glob(basedir, pattern):
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.0'

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

0 comments on commit 8cec94c

Please sign in to comment.