Skip to content

Commit

Permalink
3.29.3
Browse files Browse the repository at this point in the history
3.29.3
  • Loading branch information
TheBurchLog authored Jan 31, 2025
2 parents 90fc761 + 4bcbb93 commit bb96e35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion brewtils/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "3.29.2"
__version__ = "3.29.3"

0 comments on commit bb96e35

Please sign in to comment.