Skip to content

Commit

Permalink
bump: version 1.0.1rc0 → 1.0.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowaiz committed Aug 12, 2024
1 parent 94c59cf commit de96fcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1rc1 (2024-08-12)

### Fix

- **sync-seat-null**: Seats value can be null

## 1.0.1rc0 (2024-07-25)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "python-vaultwarden"
version = "1.0.1rc0"
version = "1.0.1rc1"
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
authors = [
{ name = "Lyonel Martinez", email = "[email protected]" },
Expand Down Expand Up @@ -141,7 +141,7 @@ no_implicit_optional = true
show_error_codes = true

[tool.commitizen]
version = "1.0.1rc0"
version = "1.0.1rc1"
tag_format = "$version"
update_changelog_on_bump = true
version_files = [
Expand Down
2 changes: 1 addition & 1 deletion src/vaultwarden/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1rc0"
__version__ = "1.0.1rc1"

0 comments on commit de96fcf

Please sign in to comment.