From 99709bb0fbea828c82a744461df28fd9894c3489 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 15 Sep 2023 13:22:09 +0200 Subject: [PATCH] Prepare release 0.15.5 --- HISTORY.rst | 7 +++++++ pulsar/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4878de53..872b8455 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,12 @@ History .. to_doc +--------------------- +0.15.5 (2023-09-15) +--------------------- +* Add catchall OSError to recoverable exceptions (thanks to `@mvdbeek`_). + `Pull Request 338`_ + --------------------- 0.15.4 (2023-08-29) --------------------- @@ -480,6 +486,7 @@ History .. github_links +.. _Pull Request 338: https://github.com/galaxyproject/pulsar/pull/338 .. _Pull Request 332: https://github.com/galaxyproject/pulsar/pull/332 .. _Pull Request 337: https://github.com/galaxyproject/pulsar/pull/337 .. _Pull Request 334: https://github.com/galaxyproject/pulsar/pull/334 diff --git a/pulsar/__init__.py b/pulsar/__init__.py index 1a9002ab..c5df297c 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.15.4' +__version__ = '0.15.5' PROJECT_NAME = "pulsar" PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"