Skip to content

Commit

Permalink
Merge pull request #338 from mozilla-it/task-v1.1.1
Browse files Browse the repository at this point in the history
Prepare for v1.1.1 release
  • Loading branch information
jwhitlock authored Dec 6, 2021
2 parents 1b7a78e + bc120bd commit 37d2a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ctms/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
app = FastAPI(
title="ConTact Management System (CTMS)",
description="CTMS API (work in progress)",
version="1.1.0",
version="1.1.1",
)
SessionLocal = None
METRICS_REGISTRY = CollectorRegistry()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "ctms"
version = "1.1.0"
version = "1.1.1"
description = "Contact Management System API"
authors = [
"Brian Stack <[email protected]>",
Expand Down

0 comments on commit 37d2a44

Please sign in to comment.