Skip to content

Commit

Permalink
Released 1.27.5 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Oct 11, 2023
1 parent 0cd5c5b commit 425b32f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
tron (1.27.5) jammy; urgency=medium

* 1.27.5 tagged with 'make release'
Commit: Allow Tron to use more than 10k file descriptors (#923)
There appears to be an fd leak somewhere in tron, we're not in
danger of hitting any host-level limits - so let's update the unit
file to have a bigger limit in the meantime

-- Luis Perez <[email protected]> Wed, 11 Oct 2023 12:11:22 -0700

tron (1.27.4) jammy; urgency=medium

* 1.27.4 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
@@ -1,4 +1,4 @@
__version_info__ = (1, 27, 4)
__version_info__ = (1, 27, 5)
__version__ = ".".join("%s" % v for v in __version_info__)
__author__ = "Yelp <[email protected]>"
__credits__ = [
Expand Down

0 comments on commit 425b32f

Please sign in to comment.