From 8ef873b62a412848bc11072e2584b5e4c7014d89 Mon Sep 17 00:00:00 2001 From: Pierre Fersing Date: Sun, 21 Jan 2024 18:32:07 +0000 Subject: [PATCH] Bump version to 2.0.0rc2 --- ChangeLog.txt | 2 +- src/paho/mqtt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 63ea37a5..d82f2bc3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -v2.0.0rc1 - 2024-01-21 +v2.0.0rc2 - 2024-01-21 ====================== This release include breaking change. See migrations.md for more details on how to upgrade. diff --git a/src/paho/mqtt/__init__.py b/src/paho/mqtt/__init__.py index dc0ce591..6a74444e 100644 --- a/src/paho/mqtt/__init__.py +++ b/src/paho/mqtt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0rc1" +__version__ = "2.0.0rc2" class MQTTException(Exception):