Skip to content

Commit c7f3063

Browse files
committed
Released 3.2.12 via make release
1 parent ead7f8f commit c7f3063

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Edit this release and run "make release"
2-
RELEASE=3.2.11
2+
RELEASE=3.2.12
33

44
SHELL=/bin/bash
55

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
tron (3.2.12) jammy; urgency=medium
2+
3+
* 3.2.12 tagged with 'make release'
4+
Commit: Merge pull request #1030 from Yelp/jfong/TRON-1797-tronweb-
5+
path TRON-1797: Put tronweb in a python-version-agnostic location
6+
7+
-- Jen Patague <[email protected]> Mon, 03 Mar 2025 12:15:00 -0800
8+
19
tron (3.2.11) jammy; urgency=medium
210

311
* 3.2.11 tagged with 'make release'

tron/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# setup phase, the dependencies may not exist on disk yet.
1818
#
1919
# Don't bump version manually. See `make release` docs in ./Makefile
20-
__version__ = "3.2.11"
20+
__version__ = "3.2.12"

0 commit comments

Comments
 (0)