Skip to content

Commit

Permalink
Prepare for v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Dec 6, 2021
1 parent 1b7a78e commit bc120bd
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 bc120bd

Please sign in to comment.