Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
wipacdevbot committed Oct 13, 2023
1 parent 24ff08b commit 53eab6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.2.6 (2023-10-13)

### Other

* New option for circular contours with radii sent as parameters ([#25](https://github.com/icecube/skyreader/issues/25)) ([`24ff08b`](https://github.com/icecube/skyreader/commit/24ff08b393df39da21b3d540c7e3197b7d400f29))

## v1.2.5 (2023-10-12)

### Other
Expand Down
2 changes: 1 addition & 1 deletion skyreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
__version__ = "1.2.6"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 53eab6a

Please sign in to comment.