Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
wipacdevbot committed Mar 5, 2025
1 parent bd70f32 commit 2e48741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.0.7 (2025-03-05)

### Other

* Fixtests ([#19](https://github.com/icecube/skywriter/issues/19)) ([`bd70f32`](https://github.com/icecube/skywriter/commit/bd70f3217adf78c0d4a3213cd2815f6485551a3d))
* Bump python max to 3.13 ([#18](https://github.com/icecube/skywriter/issues/18)) ([`7d7068c`](https://github.com/icecube/skywriter/commit/7d7068cc9cc2d2c10b1fee092ae1f7a1d30df6a0))

## v0.0.6 (2023-10-24)

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

0 comments on commit 2e48741

Please sign in to comment.