From 700d8ccd2f8c7ab14d06c48de74875d10b810dc8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Oct 2024 21:22:27 +0000 Subject: [PATCH] 3.0.16 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ iceprod/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b65568..fec06265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v3.0.16 (2024-10-10) + +### Other + +* Make flake8 happy ([`c2b4316`](https://github.com/WIPACrepo/iceprod/commit/c2b4316e0b968e8b2dac0ad59de0e327e973a439)) +* Convert the logger to a daily rollover, with 1 week kept ([`d11d863`](https://github.com/WIPACrepo/iceprod/commit/d11d863bffea18ebdc768931c9b367490f9b3a3d)) +* Better handling for transient errors ([`87b8855`](https://github.com/WIPACrepo/iceprod/commit/87b88556f1b4350d187d5af8dec90b0ebab55c24)) + ## v3.0.15 (2024-10-10) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 2efbc125..11e11505 100644 --- a/iceprod/__init__.py +++ b/iceprod/__init__.py @@ -9,7 +9,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__ = "3.0.15" +__version__ = "3.0.16" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),