diff --git a/CHANGELOG.md b/CHANGELOG.md index 418b415..d2566dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.2.9 (2024-04-25) + +### Other + +* Update function for plotting map with the last available Fermi LAT source catalog ([#33](https://github.com/icecube/skyreader/issues/33)) ([`8fbce83`](https://github.com/icecube/skyreader/commit/8fbce8301773decaad3bc1278226ad10c21cfc3a)) + ## v1.2.8 (2023-11-14) ### Other diff --git a/skyreader/__init__.py b/skyreader/__init__.py index 83c6e15..75c1aef 100644 --- a/skyreader/__init__.py +++ b/skyreader/__init__.py @@ -17,7 +17,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.2.8" +__version__ = "1.2.9" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),