From 6a3fa4dc1e4166e0e4e602a2de3cf9c98cf677db Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 13 Sep 2025 13:32:47 -0700 Subject: [PATCH] Release 1.0.2 --- Changelog | 2 ++ default.nix | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index d432004..a0fa2a3 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [1.0.2] - 2025-09-13 Fix template ## [1.0.1] - 2025-09-13 diff --git a/default.nix b/default.nix index 2d58ca3..e309267 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ pkgs.python3Packages.callPackage ({ autopep8, buildPythonPackage , wrapGAppsHook4, }: buildPythonPackage rec { pname = "apps"; - version = "1.0.1"; + version = "1.0.2"; src = lib.cleanSource ./.; diff --git a/setup.py b/setup.py index d0fe140..69f4370 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='apps', - version='1.0.1', + version='1.0.2', description='A simple GUI for managing declarative nix-env user environments', author='Scott Worley', author_email='scottworley@scottworley.com', -- 2.50.1