Skip to content

Commit 8efc43c

Browse files
chore(release): 3.3.0 [skip ci]
# [3.3.0](v3.2.0...v3.3.0) (2025-02-15) ### Features * add support for password extractor ([1622737](1622737))
1 parent 89b2064 commit 8efc43c

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.2.0"
25+
__version__ = "3.3.0"
2626

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

0 commit comments

Comments
 (0)