We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 285b1e5 + 1634868 commit 38b0ee1Copy full SHA for 38b0ee1
ctms/app.py
@@ -88,7 +88,7 @@
88
app = FastAPI(
89
title="ConTact Management System (CTMS)",
90
description="CTMS API (work in progress)",
91
- version="1.1.4",
+ version="1.2.0",
92
)
93
SessionLocal = None
94
METRICS_REGISTRY = CollectorRegistry()
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
5
[tool.poetry]
6
name = "ctms"
7
-version = "1.1.4"
+version = "1.2.0"
8
description = "Contact Management System API"
9
authors = [
10
"Brian Stack <bstack@mozilla.com>",
0 commit comments