From 636e5fa764d932fddca70f8fc78466074006e2c4 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 10 Apr 2026 10:18:08 -0700 Subject: [PATCH] Release 1.1.0 --- Changelog | 3 +++ default.nix | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index a0fa2a3..ebbd676 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ ## [Unreleased] +## [1.1.0] - 2026-04-10 +nixpkgs 25.11 compatibility + ## [1.0.2] - 2025-09-13 Fix template diff --git a/default.nix b/default.nix index 845dc8b..ebcfcc0 100644 --- a/default.nix +++ b/default.nix @@ -18,7 +18,7 @@ pkgs.python3Packages.callPackage ( }: buildPythonPackage rec { pname = "apps"; - version = "1.0.2"; + version = "1.1.0"; src = lib.cleanSource ./.; diff --git a/setup.py b/setup.py index 69f4370..0e6fc17 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='apps', - version='1.0.2', + version='1.1.0', description='A simple GUI for managing declarative nix-env user environments', author='Scott Worley', author_email='scottworley@scottworley.com', -- 2.51.2