Skip to content

Commit

Permalink
Prepar for v2.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrose committed Jan 31, 2024
1 parent 64f70e4 commit b5483b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/history.rst
Expand Up @@ -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)
====================

Expand Down
2 changes: 1 addition & 1 deletion sncosmo/__init__.py
Expand Up @@ -7,7 +7,7 @@

from astropy.config import ConfigItem, ConfigNamespace

__version__ = "2.10.2"
__version__ = "2.10.3"


def test(
Expand Down

0 comments on commit b5483b6

Please sign in to comment.