Skip to content

Commit

Permalink
Released 3.2.9 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspariK committed Feb 12, 2025
1 parent ed5c7a7 commit c173e8b
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.2.8
RELEASE=3.2.9

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.2.9) jammy; urgency=medium

* 3.2.9 tagged with 'make release'
Commit: Merge pull request #1023 from Yelp/u/kkasp/TRON-2342-
exponential-backoff-dynamo-get Add dynamodb retry config for
throttling and other errors. Add exponential backoff and jitter for
unprocessed keys. Fix edge case where we succesfully process keys on
our last attempt but still fail

-- Kevin Kaspari <[email protected]> Wed, 12 Feb 2025 13:03:36 -0800

tron (3.2.8) jammy; urgency=medium

* 3.2.8 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.2.8"
__version__ = "3.2.9"

0 comments on commit c173e8b

Please sign in to comment.