Skip to content

Commit 0ccb8e5

Browse files
chore(release): 1.1.2 [skip ci]
## [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)
1 parent 48e74b6 commit 0ccb8e5

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.1.1",
6+
version="1.1.2",
77
install_requires=["pyxdg"],
88
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
99
py_modules=["passgithelper"],

0 commit comments

Comments
 (0)