From b53ea73c771aa3962edc92131bb2305854c55c1a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Aug 2024 19:57:03 +0000 Subject: [PATCH] 2.7.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ iceprod/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75832dab..f947aaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.7.14 (2024-08-27) + +### Other + +* Update credentials to use new rest-tools syntax ([#373](https://github.com/WIPACrepo/iceprod/issues/373)) ([`c4bcb01`](https://github.com/WIPACrepo/iceprod/commit/c4bcb01c5590a0a32756822000aefb8d4fbd6d67)) +* Fixes for materialization and job temp cleaning ([`2fddba2`](https://github.com/WIPACrepo/iceprod/commit/2fddba249db43bf3d390424120711ea5bab9f47d)) + ## v2.7.13 (2024-03-14) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index 3f369a6b..9926c93c 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__ = "2.7.13" +__version__ = "2.7.14" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),