Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Nov 27, 2022
1 parent a6aea87 commit dad4db8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
afancontrol (3.1.0-1) unstable; urgency=medium

[ Juha Yrjölä ]
* Support glob expansion with fans (#9)

[ Kostya Esmukov ]
* Drop Python 3.6 support, add 3.11

-- Kostya Esmukov <[email protected]> Mon, 28 Nov 2022 00:11:43 +0200

afancontrol (3.0.0-2) unstable; urgency=medium

* Dump debhelper compat to 13
* Bump debhelper compat to 13

-- Kostya Esmukov <[email protected]> Mon, 02 Aug 2021 19:19:34 +0000

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__ = "3.0.0"
__version__ = "3.1.0"

0 comments on commit dad4db8

Please sign in to comment.