Skip to content

Commit

Permalink
Prepare for version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrose committed Sep 27, 2022
1 parent fefb2ca commit a18a8e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/history.rst
Expand Up @@ -8,6 +8,17 @@ 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.)

v2.9.0 (2022-09-27)
===================

- Add P22 SALT3-NIR model (#350)

- Updated SALT3 input calibration (#339)

- Add Gaia filters (#351)

- Improvements to code management

v2.8.0 (2022-03-16)
===================

Expand Down
2 changes: 1 addition & 1 deletion sncosmo/__init__.py
Expand Up @@ -8,7 +8,7 @@
from astropy.config import ConfigItem, ConfigNamespace
from astropy.config.configuration import update_default_config

__version__ = "2.8.0"
__version__ = "2.9.0"


def test(package=None, test_path=None, args=None, plugins=None,
Expand Down

0 comments on commit a18a8e5

Please sign in to comment.