Skip to content

Commit 6a4f17f

Browse files
committed
Released 3.2.2 via make release
1 parent 131cdc4 commit 6a4f17f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Edit this release and run "make release"
2-
RELEASE=3.2.1
2+
RELEASE=3.2.2
33

44
SHELL=/bin/bash
55

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
tron (3.2.2) jammy; urgency=medium
2+
3+
* 3.2.2 tagged with 'make release'
4+
Commit: Merge pull request #1014 from Yelp/u/kkasp/fix-tooltip-lol-
5+
its-bootstrap-2.3.1 Disable the tooltip animation that is causing a
6+
strange problem where you can"t get a tooltip when entering from the
7+
top of an object
8+
9+
-- Kevin Kaspari <kkasp@yelp.com> Mon, 13 Jan 2025 06:59:56 -0800
10+
111
tron (3.2.1) jammy; urgency=medium
212

313
* 3.2.1 tagged with 'make release'

tron/__init__.py

Lines changed: 1 addition & 1 deletion
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.1"
20+
__version__ = "3.2.2"

0 commit comments

Comments
 (0)