Skip to content

Commit de96fcf

Browse files
committed
bump: version 1.0.1rc0 → 1.0.1rc1
1 parent 94c59cf commit de96fcf

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.1rc1 (2024-08-12)
2+
3+
### Fix
4+
5+
- **sync-seat-null**: Seats value can be null
6+
17
## 1.0.1rc0 (2024-07-25)
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.1rc0"
7+
version = "1.0.1rc1"
88
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
99
authors = [
1010
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
@@ -141,7 +141,7 @@ no_implicit_optional = true
141141
show_error_codes = true
142142

143143
[tool.commitizen]
144-
version = "1.0.1rc0"
144+
version = "1.0.1rc1"
145145
tag_format = "$version"
146146
update_changelog_on_bump = true
147147
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.1rc0"
1+
__version__ = "1.0.1rc1"

0 commit comments

Comments
 (0)