From 4bcbb930223d10454eac7b56f5047bce4103bba1 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:58:50 +0000 Subject: [PATCH] 3.29.3 --- .github/workflows/tag-actions.yml | 2 +- CHANGELOG.rst | 8 +++++++- brewtils/__version__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag-actions.yml b/.github/workflows/tag-actions.yml index 87455594..8c32250d 100644 --- a/.github/workflows/tag-actions.yml +++ b/.github/workflows/tag-actions.yml @@ -53,7 +53,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine + pip install --upgrade setuptools wheel twine - name: Make Package run: make package diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e433f784..7c6856bd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,19 @@ Brewtils Changelog ================== -3.29.2 +3.29.3 ------ 1/31/25 - Added deprecated decorator and deprecated kwarg to command and parameter decorators - Added `is_newer` support for various models to enable improved event handling in framework - Added static chunk size to File model +- Updating Pypi release process + +3.29.3 +------ + +- Failed Pypi Release Process 3.29.1 ------ diff --git a/brewtils/__version__.py b/brewtils/__version__.py index ef29b5bb..022bfb05 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.29.2" +__version__ = "3.29.3"