Skip to content

Commit 73ed418

Browse files
chore(release): 2.0.0 [skip ci]
# [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.
1 parent f349f95 commit 73ed418

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

0 commit comments

Comments
 (0)