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"