Skip to content

Commit

Permalink
Merge 4530120 into 7d60624
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Jun 8, 2019
2 parents 7d60624 + 4530120 commit d3ca3dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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.8.1 (2019-06-08)
===================

- Fix bug in download location of ``salt2-extended`` model latest version,
introduced in v1.8.0.

v1.8.0 (2019-05-25)
===================

Expand Down
2 changes: 1 addition & 1 deletion sncosmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from astropy.config.configuration import update_default_config


__version__ = "1.8.0"
__version__ = "1.8.1"


def test(package=None, test_path=None, args=None, plugins=None,
Expand Down
2 changes: 1 addition & 1 deletion sncosmo/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def load_snemo(relpath, name=None, version=None):
meta = {'type': 'SN Ia',
'subclass': '`~sncosmo.SALT2Source`', 'ref': ref}
_SOURCES.register_loader('salt2-extended', load_salt2model,
args=('models/pierel/salt2',), version='2.0',
args=('models/pierel/salt2-extended',), version='2.0',
meta=meta)
# =============================================================================
# MagSystems
Expand Down

0 comments on commit d3ca3dc

Please sign in to comment.