Skip to content

Commit d476c20

Browse files
committed
bump: version 1.7.5 → 1.7.5.post0
1 parent 8d984dd commit d476c20

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.7.5.post0 (2024-09-11)
2+
13
## 1.7.5 (2024-09-11)
24

35
### Fix

passlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""passlib - suite of password hashing & generation routines"""
22

3-
__version__ = "1.7.5"
3+
__version__ = "1.7.5.post0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libpass"
3-
version = "1.7.5"
3+
version = "1.7.5.post0"
44
description = "Fork of passlib, a comprehensive password hashing framework supporting over 30 schemes"
55
authors = [
66
{ name = "Doctor", email = "thirvondukr@gmail.com" },
@@ -102,7 +102,7 @@ unfixable = ["F401"]
102102

103103
[tool.commitizen]
104104
name = "cz_conventional_commits"
105-
version = "1.7.5"
105+
version = "1.7.5.post0"
106106
tag_format = "$version"
107107
update_changelog_on_bump = true
108108
version_files = [

0 commit comments

Comments
 (0)