diff --git a/docs/history.rst b/docs/history.rst index 47825a5..63f3273 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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) =================== diff --git a/sncosmo/__init__.py b/sncosmo/__init__.py index e82a609..fc4fcc0 100644 --- a/sncosmo/__init__.py +++ b/sncosmo/__init__.py @@ -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,