Skip to content

Commit

Permalink
Released 3.1.2 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jan 9, 2025
1 parent 7d20f3a commit b508742
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Edit this release and run "make release"
RELEASE=3.1.1
RELEASE=3.1.2

SHELL=/bin/bash

Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
tron (3.1.2) jammy; urgency=medium

* 3.1.2 tagged with 'make release'
Commit: Bump task_processing to v1.3.1 for capability fix (#1020)
Just like Yelp/paasta#3972 and Yelp/paasta#3973, we need to ensure
that there are no duplicates between cap_add and cap_drop -
otherwise, the cap_drop entry will "win" and the duplicate
capability will not be added.

-- Luis Perez <luisp@yelp.com> Thu, 09 Jan 2025 09:21:33 -0800

tron (3.1.1) jammy; urgency=medium

* 3.1.1 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion tron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# setup phase, the dependencies may not exist on disk yet.
#
# Don't bump version manually. See `make release` docs in ./Makefile
__version__ = "3.1.1"
__version__ = "3.1.2"

0 comments on commit b508742

Please sign in to comment.