Skip to content

Commit 65b0cee

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2025-01-27) ### Features * **setup:** switch from setup.py to setup.cfg ([1bcf288](1bcf288))
1 parent 6a893bd commit 65b0cee

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
@@ -22,7 +22,7 @@
2222
import xdg.BaseDirectory
2323

2424

25-
__version__ = "3.1.0"
25+
__version__ = "3.2.0"
2626

2727
LOGGER = logging.getLogger()
2828
CONFIG_FILE_NAME = "git-pass-mapping.ini"

0 commit comments

Comments
 (0)