Skip to content

Commit 39fc7c1

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.1...v1.5.0) (2024-04-25) ### Features * check if password file exists before running `pass` ([b50ca3b](b50ca3b)), closes [#371](#371)
1 parent 01252c8 commit 39fc7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="pass-git-helper",
6-
version="1.4.1",
6+
version="1.5.0",
77
install_requires=["pyxdg"],
88
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
99
py_modules=["passgithelper"],

0 commit comments

Comments
 (0)