diff --git a/HISTORY.rst b/HISTORY.rst index ce33f8b5..226c2c2a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,15 +5,11 @@ History .. to_doc --------------------------- -0.15.2.dev1 (2023-04-28) --------------------------- -* Reduce verbosity of timeout exception catching. `Pull Request 325`_ - --------------------------- -0.15.2.dev0 (2023-04-23) --------------------------- +--------------------- +0.15.2 (2023-05-02) +--------------------- * Fix Pulsar and Pulsar client reconnection to AMQP server. `Pull Request 324`_ +* Reduce verbosity of timeout exception catching. `Pull Request 325`_ --------------------- 0.15.1 (2023-04-13) diff --git a/pulsar/__init__.py b/pulsar/__init__.py index 516edd73..459b4941 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.15.2.dev1' +__version__ = '0.15.2' PROJECT_NAME = "pulsar" PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"