Skip to content

Commit

Permalink
Released 3.1.1 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Jan 8, 2025
1 parent 773708a commit 41e074f
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0
RELEASE=3.1.1

SHELL=/bin/bash

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

* 3.1.1 tagged with 'make release'
Commit: Merge pull request #1019 from Yelp/u/emanelsabban/capture-
json_val Capturing exception when json_val doesnt exist

-- Eman Elsabban <[email protected]> Wed, 08 Jan 2025 13:04:07 -0800

tron (3.1.0) jammy; urgency=medium

* 3.1.0 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.0"
__version__ = "3.1.1"

0 comments on commit 41e074f

Please sign in to comment.