Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-09-24)

### Bug Fixes

* don't leak Python exceptions to the user ([4415d7e](4415d7e)), closes [#38](#38)
  • Loading branch information
semantic-release-bot committed Sep 24, 2021
1 parent 48e74b6 commit 0ccb8e5
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.1.1",
version="1.1.2",
install_requires=["pyxdg"],
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
py_modules=["passgithelper"],
Expand Down

0 comments on commit 0ccb8e5

Please sign in to comment.