Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.0...v2.0.0) (2024-04-25)

* build!: drop support for Python 3.9 ([926cc0e](926cc0e))

### Features

* officially support Python 3.12 ([e110bf3](e110bf3))

### BREAKING CHANGES

* the minimum officially supported version of Python is
    now 3.10. The helper might continue to work with older versions but
    this is not guaranteed.
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent f349f95 commit 73ed418
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.5.0",
version="2.0.0",
install_requires=["pyxdg"],
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
py_modules=["passgithelper"],
Expand Down

0 comments on commit 73ed418

Please sign in to comment.