Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent 01252c8 commit 39fc7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="pass-git-helper",
version="1.4.1",
version="1.5.0",
install_requires=["pyxdg"],
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
py_modules=["passgithelper"],
Expand Down

0 comments on commit 39fc7c1

Please sign in to comment.