diff --git a/docs/history.rst b/docs/history.rst index f6191da..9d9357f 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -9,6 +9,12 @@ exact results may differ between versions in the 1.x series. (For example, due to changes in integration method.) +v2.10.3 (2024-01-31) +==================== + +- Fix issue with Python 3.12. Added dependency, `looseversion`, to replace removed `distutil` module (#387). + + v2.10.2 (2023-09-29) ==================== diff --git a/sncosmo/__init__.py b/sncosmo/__init__.py index b9670a6..4400960 100644 --- a/sncosmo/__init__.py +++ b/sncosmo/__init__.py @@ -7,7 +7,7 @@ from astropy.config import ConfigItem, ConfigNamespace -__version__ = "2.10.2" +__version__ = "2.10.3" def test(