]> git.scottworley.com Git - nix-env-apps/commitdiff
Release 1.0.2 v1.0.2
authorScott Worley <scottworley@scottworley.com>
Sat, 13 Sep 2025 20:32:47 +0000 (13:32 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 13 Sep 2025 20:32:47 +0000 (13:32 -0700)
Changelog
default.nix
setup.py

index d4320041f478c7ee96edddb7b3751251e20f2445..a0fa2a3dfbcdf4eefe8b6b23ffe5c963fa0bb910 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
 ## [Unreleased]
+
+## [1.0.2] - 2025-09-13
 Fix template
 
 ## [1.0.1] - 2025-09-13
 Fix template
 
 ## [1.0.1] - 2025-09-13
index 2d58ca3362e1aa744022e3d3ce826f4d50340763..e30926737602943436110db6a7ec90d1f0a59db0 100644 (file)
@@ -4,7 +4,7 @@ pkgs.python3Packages.callPackage ({ autopep8, buildPythonPackage
   , wrapGAppsHook4, }:
   buildPythonPackage rec {
     pname = "apps";
   , wrapGAppsHook4, }:
   buildPythonPackage rec {
     pname = "apps";
-    version = "1.0.1";
+    version = "1.0.2";
 
     src = lib.cleanSource ./.;
 
 
     src = lib.cleanSource ./.;
 
index d0fe140003402281f24c579249921d3eb765ba5f..69f43706e4f63ea94bd7184a636b249f47f30754 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='apps',
 
 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',
     description='A simple GUI for managing declarative nix-env user environments',
     author='Scott Worley',
     author_email='scottworley@scottworley.com',