From: Scott Worley Date: Sat, 13 Sep 2025 20:32:47 +0000 (-0700) Subject: Release 1.0.2 X-Git-Tag: v1.0.2 X-Git-Url: http://git.scottworley.com/nix-env-apps/commitdiff_plain/6a3fa4dc1e4166e0e4e602a2de3cf9c98cf677db?hp=b6e54cab589530a14e19bb3dc363ef2033d229e6 Release 1.0.2 --- 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',