We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b7a78e + bc120bd commit 37d2a44Copy full SHA for 37d2a44
ctms/app.py
@@ -81,7 +81,7 @@
81
app = FastAPI(
82
title="ConTact Management System (CTMS)",
83
description="CTMS API (work in progress)",
84
- version="1.1.0",
+ version="1.1.1",
85
)
86
SessionLocal = None
87
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.0"
+version = "1.1.1"
8
description = "Contact Management System API"
9
authors = [
10
"Brian Stack <bstack@mozilla.com>",
0 commit comments