Release version 1.16.0

This commit is contained in:
Kevin Veen-Birkenbach
2026-06-28 16:54:16 +02:00
parent 13fc8fe885
commit d0e99b6483
6 changed files with 23 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
rec {
pkgmgr = pyPkgs.buildPythonApplication {
pname = "package-manager";
version = "1.15.2";
version = "1.16.0";
# Use the git repo as source
src = ./.;