-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
641f671
commit c5c1691
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
afancontrol (3.0.0-1) unstable; urgency=medium | ||
|
||
* Drop support for prometheus-client < 0.1.0 (debian stretch) | ||
* Drop support for Python 3.5 (debian stretch) | ||
* Add support for Python 3.9 | ||
* config: add `ipmi_sensors` location property | ||
* Add dh-systemd (would automatically (re)start the systemd service upon | ||
package (re)installation) | ||
|
||
-- Kostya Esmukov <[email protected]> Sat, 10 Oct 2020 14:43:01 +0000 | ||
|
||
afancontrol (2.2.1-1) unstable; urgency=medium | ||
|
||
* Fix compatibility with py3.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.2.1" | ||
__version__ = "3.0.0" |