Skip to content

Commit 37d2a44

Browse files
authored
Merge pull request #338 from mozilla-it/task-v1.1.1
Prepare for v1.1.1 release
2 parents 1b7a78e + bc120bd commit 37d2a44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ctms/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
app = FastAPI(
8282
title="ConTact Management System (CTMS)",
8383
description="CTMS API (work in progress)",
84-
version="1.1.0",
84+
version="1.1.1",
8585
)
8686
SessionLocal = None
8787
METRICS_REGISTRY = CollectorRegistry()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "ctms"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Contact Management System API"
99
authors = [
1010
"Brian Stack <bstack@mozilla.com>",

0 commit comments

Comments
 (0)