Skip to content

Commit 1b1b3c3

Browse files
committed
bump: version 1.9.1 → 1.9.1.post0
1 parent 672431d commit 1b1b3c3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.9.1.post0 (2025-05-17)
2+
13
## 1.9.1 (2025-05-02)
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.9.1"
3+
__version__ = "1.9.1.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.9.1"
3+
version = "1.9.1.post0"
44
description = "Fork of passlib, a comprehensive password hashing framework supporting over 30 schemes"
55
authors = [
66
{ name = "Eli Collins", email = "[email protected]" },
@@ -194,7 +194,7 @@ ignore = [
194194

195195
[tool.commitizen]
196196
name = "cz_conventional_commits"
197-
version = "1.9.1"
197+
version = "1.9.1.post0"
198198
tag_format = "$version"
199199
update_changelog_on_bump = true
200200
version_files = [

0 commit comments

Comments
 (0)