Skip to content

Commit 0bbf88d

Browse files
committed
bump: version 1.0.3 → 1.0.4
1 parent 337a0a2 commit 0bbf88d

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.4 (2025-06-16)
2+
3+
### Fix
4+
5+
- **admin-client**: fix readme example and fix disable/enable method for users managment (#25)
6+
17
## 1.0.3 (2025-06-10)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-vaultwarden"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
99
authors = [
1010
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
@@ -149,7 +149,7 @@ plugins = [
149149
]
150150

151151
[tool.commitizen]
152-
version = "1.0.3"
152+
version = "1.0.4"
153153
tag_format = "$version"
154154
update_changelog_on_bump = true
155155
version_files = [

src/vaultwarden/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)