Skip to content

Commit 38b0ee1

Browse files
Merge pull request #364 from mozilla-it/v1.2.0
Version Bump to new minor version
2 parents 285b1e5 + 1634868 commit 38b0ee1

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
@@ -88,7 +88,7 @@
8888
app = FastAPI(
8989
title="ConTact Management System (CTMS)",
9090
description="CTMS API (work in progress)",
91-
version="1.1.4",
91+
version="1.2.0",
9292
)
9393
SessionLocal = None
9494
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.4"
7+
version = "1.2.0"
88
description = "Contact Management System API"
99
authors = [
1010
"Brian Stack <bstack@mozilla.com>",

0 commit comments

Comments
 (0)