Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
wipacdevbot committed Oct 22, 2023
1 parent dcb25a0 commit 0300ae1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v1.2.7 (2023-10-22)

### Other

* Split plotting functionality from `SkyScanResult` ([#28](https://github.com/icecube/skyreader/issues/28)) ([`dcb25a0`](https://github.com/icecube/skyreader/commit/dcb25a0408c4986d1a4418bb1dba3f4cb9d84e75))
* [split: restore `result.py`] ([`0de5408`](https://github.com/icecube/skyreader/commit/0de5408cb4c2921a289caee7bf74046ec7c82f16))
* [split: add `plot/plot.py`] ([`10c9571`](https://github.com/icecube/skyreader/commit/10c957151699e13312cf9660568cd0b90701e4d8))
* [split: temp] ([`f10a62e`](https://github.com/icecube/skyreader/commit/f10a62e2a82d74a422af0637dd3dd146f4d5566c))
* [split: make `plot/plot.py`] ([`effd960`](https://github.com/icecube/skyreader/commit/effd960dd801eb1593fa05c2fe85e0e13d21b2f6))

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

### 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.6"
__version__ = "1.2.7"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 0300ae1

Please sign in to comment.