diff --git a/docs/history.rst b/docs/history.rst index 2fbee9e..7125cab 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -8,6 +8,13 @@ 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.5.0 (2021-04-20) +=================== + +- Add SALT3 model from Kenworthy et al. (2021) + +- Various documentation fixes + v2.4.0 (2021-03-05) =================== diff --git a/sncosmo/__init__.py b/sncosmo/__init__.py index 9d181d3..0dd311f 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.4.0" +__version__ = "2.5.0" def test(package=None, test_path=None, args=None, plugins=None,