Skip to content

Commit

Permalink
Released 2.8.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspariK committed Oct 29, 2024
1 parent 3c63aa3 commit c6dc990
Show file tree
Hide file tree
Showing 5 changed files with 18 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=2.7.0
RELEASE=2.8.0

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 (2.8.0) jammy; urgency=medium

* 2.8.0 tagged with 'make release'
Commit: Merge pull request #997 from Yelp/u/kkasp/TRON-2237-write-
json-state Write JSON state

-- Kevin Kaspari <[email protected]> Tue, 29 Oct 2024 14:14:38 -0700

tron (2.7.0) jammy; urgency=medium

* 2.7.0 tagged with 'make release'
Expand Down
7 changes: 7 additions & 0 deletions docs/source/generated/tron.utils.persistable.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tron.utils.persistable module
=============================

.. automodule:: tron.utils.persistable
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/generated/tron.utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Submodules
tron.utils.crontab
tron.utils.exitcode
tron.utils.observer
tron.utils.persistable
tron.utils.proxy
tron.utils.queue
tron.utils.scribereader
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__ = "2.7.0"
__version__ = "2.8.0"

0 comments on commit c6dc990

Please sign in to comment.