]> git.scottworley.com Git - nix-env-apps/commitdiff
Release 1.0.1 v1.0.1
authorScott Worley <scottworley@scottworley.com>
Sat, 13 Sep 2025 19:10:03 +0000 (12:10 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 13 Sep 2025 19:10:03 +0000 (12:10 -0700)
Changelog
default.nix
setup.py

index b0c0da58484c8d62d5a8cb1afc2e8a0cf121cbdd..de9cdf79bf89ff7f4123679b3e0d95bef4664e45 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
+
+## [1.0.1] - 2025-09-13
 Desktop entry
 
 ## [1.0.0] - 2025-09-13
index defa1ef136f4344be3c7b64dbc2fb9dda0a78aba..2d58ca3362e1aa744022e3d3ce826f4d50340763 100644 (file)
@@ -4,7 +4,7 @@ pkgs.python3Packages.callPackage ({ autopep8, buildPythonPackage
   , wrapGAppsHook4, }:
   buildPythonPackage rec {
     pname = "apps";
-    version = "1.0.0";
+    version = "1.0.1";
 
     src = lib.cleanSource ./.;
 
index b63a7e9bc6a6247c2e2fd7c6999c530d1a37f2b0..d0fe140003402281f24c579249921d3eb765ba5f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='apps',
-    version='1.0.0',
+    version='1.0.1',
     description='A simple GUI for managing declarative nix-env user environments',
     author='Scott Worley',
     author_email='scottworley@scottworley.com',