Skip to content

Commit 2e74a64

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.4.0...v4.0.0) (2025-08-02) * build!: drop Python 3.10 support ([7088644](7088644)) ### BREAKING CHANGES * Python 3.10 support has been dropped. 3.11 is the minimum version required now.
1 parent b72a4ca commit 2e74a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passgithelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import xdg.BaseDirectory
2121

2222

23-
__version__ = "3.4.0"
23+
__version__ = "4.0.0"
2424

2525
LOGGER = logging.getLogger()
2626
CONFIG_FILE_NAME = "git-pass-mapping.ini"

0 commit comments

Comments
 (0)