From afca7cef02c392eac142e483368599ae2c632598 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:25:14 -0500 Subject: [PATCH] 3.29.0 --- CHANGELOG.rst | 2 +- brewtils/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76b7df21..933d4d88 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Brewtils Changelog 3.29.0 ------ -TBD +11/25/24 - Updated plugin class to accept version contraints for required dependencies. Contraints follow python packaging version specifiers. - Added new annotation/configuration support for shutdown functions. These functions will be executed at the start diff --git a/brewtils/__version__.py b/brewtils/__version__.py index dcf155f3..a4691777 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.28.0" +__version__ = "3.29.0"