Skip to content

Commit ad6e313

Browse files
committed
v2.6.0 release
1 parent 7862a3f commit ad6e313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python3Packages.buildPythonPackage {
2323
format = "pyproject";
2424

2525
pname = "auto-cpufreq";
26-
version = "2.5.0";
26+
version = "2.6.0";
2727
src = ../.;
2828

2929
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auto-cpufreq"
3-
version = "2.5.0"
3+
version = "2.6.0"
44
description = "Automatic CPU speed & power optimizer for Linux"
55
authors = ["Adnan Hodzic <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)