chore: release v0.9.0
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "notify-bridge-core"
|
||||
version = "0.8.2"
|
||||
version = "0.9.0"
|
||||
description = "Core library for Notify Bridge — service provider abstractions, models, notifications, and templates"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "notify-bridge-server"
|
||||
version = "0.8.2"
|
||||
version = "0.9.0"
|
||||
description = "Standalone Notify Bridge server — FastAPI REST API with SQLite database"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
# Source of truth for the running app's reported version. Synced with
|
||||
# pyproject.toml's [project].version on every release; see version.py for
|
||||
# the resolution rules and CLAUDE.md for the bump checklist.
|
||||
__version__ = "0.8.1"
|
||||
__version__ = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user