Skip to content

Commit 95b9e43

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2025-11-21) ### Features * introduce new ${path} var to address the entire subpath of the repo url ([9cdd8b9](9cdd8b9))
1 parent 695c4cb commit 95b9e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passgithelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import xdg.BaseDirectory
2121

2222

23-
__version__ = "4.0.0"
23+
__version__ = "4.1.0"
2424

2525
LOGGER = logging.getLogger()
2626
CONFIG_FILE_NAME = "git-pass-mapping.ini"

0 commit comments

Comments
 (0)