From 2e4874199a3f9f99d68bce732e41bdfcd5ad416d Mon Sep 17 00:00:00 2001 From: wipacdevbot Date: Wed, 5 Mar 2025 02:42:31 +0000 Subject: [PATCH] 0.0.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ skywriter/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf8cf1..84cf19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 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 diff --git a/skywriter/__init__.py b/skywriter/__init__.py index 6b8c91b..ac67744 100644 --- a/skywriter/__init__.py +++ b/skywriter/__init__.py @@ -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]),