Skip to content

Commit af520c7

Browse files
Merge pull request #432 from Mic92/release-1.12.1
Release 1.12.1
2 parents 067da48 + 99c0b4e commit af520c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}:
44
pkgs.python3Packages.buildPythonApplication {
55
pname = "nix-update";
6-
version = "1.12.0";
6+
version = "1.12.1";
77
src = ./.;
88
pyproject = true;
99
buildInputs = [ pkgs.makeWrapper ];

nix_update/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.12.0"
1+
VERSION = "1.12.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "nix-update"
77
description = "Swiss-knife for updating nix packages"
8-
version = "1.12.0"
8+
version = "1.12.1"
99
authors = [{ name = "Jörg Thalheim", email = "[email protected]" }]
1010
license = { text = "MIT" }
1111
classifiers = [

0 commit comments

Comments
 (0)