Skip to content

Commit

Permalink
Merge pull request #283 from kboone/master
Browse files Browse the repository at this point in the history
v2.3.0 release
  • Loading branch information
kboone committed Nov 16, 2020
2 parents 4bf528e + 06ec2d2 commit 960f818
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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.3.0 (2020-11-16)
===================

- Add Swift UVOT bandpasses.

- Bugfixes:

- Fix segfaults in bicubic interpolation.

v2.2.0 (2020-10-23)
===================

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

__version__ = "2.2.0"
__version__ = "2.3.0"


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

0 comments on commit 960f818

Please sign in to comment.