Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Oct 10, 2020
1 parent 641f671 commit c5c1691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion src/afancontrol/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "3.0.0"

0 comments on commit c5c1691

Please sign in to comment.