Skip to content

Commit

Permalink
Merge pull request #241 from mozilla-it/rb-1.0.0
Browse files Browse the repository at this point in the history
Rb-1.0.0
  • Loading branch information
jwhitlock authored Jun 9, 2021
2 parents 19a0c5f + f5c6bdc commit d905ddc
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 @@ -74,7 +74,7 @@
app = FastAPI(
title="ConTact Management System (CTMS)",
description="CTMS API (work in progress)",
version="0.8.3",
version="1.0.0",
)
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 = "0.8.3"
version = "1.0.0"
description = "Contact Management System API"
authors = [
"Brian Stack <[email protected]>",
Expand Down

0 comments on commit d905ddc

Please sign in to comment.