Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.2...v1.2.0) (2022-03-06)

### Features

* support Python 3.10 ([292d9fc](292d9fc))
  • Loading branch information
semantic-release-bot committed Mar 6, 2022
1 parent a880cae commit 23c3705
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.2",
version="1.2.0",
install_requires=["pyxdg"],
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
py_modules=["passgithelper"],
Expand Down

0 comments on commit 23c3705

Please sign in to comment.