Skip to content

Commit

Permalink
Bump version to 1.1.0 for extraoral and intraoral photographic views
Browse files Browse the repository at this point in the history
  • Loading branch information
zgypa committed Jan 17, 2025
1 parent d740c27 commit c32f320
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/fhir/extraoral-2d-photographic-scheduled-protocol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CodeSystem",
"id": "extraoral-2d-photographic-scheduled-protocol",
"url": "http://terminology.open-ortho.org/fhir/extraoral-2d-photographic-scheduled-protocol",
"version": "1.0.1",
"version": "1.1.0",
"name": "Extraoral2DPhotographicScheduledProtocol",
"title": "Extraoral 2D Photographic Scheduled Protocol",
"status": "draft",
Expand Down
2 changes: 1 addition & 1 deletion docs/fhir/extraoral-3d-visible-light-scheduled-protocol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CodeSystem",
"id": "extraoral-3d-visible-light-scheduled-protocol",
"url": "http://terminology.open-ortho.org/fhir/extraoral-3d-visible-light-scheduled-protocol",
"version": "1.0.1",
"version": "1.1.0",
"name": "Extraoral3DVisibleLightScheduledProtocol",
"title": "Extraoral 3D Visible Light Scheduled Protocol",
"status": "draft",
Expand Down
2 changes: 1 addition & 1 deletion docs/fhir/intraoral-2d-photographic-scheduled-protocol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CodeSystem",
"id": "intraoral-2d-photographic-scheduled-protocol",
"url": "http://terminology.open-ortho.org/fhir/intraoral-2d-photographic-scheduled-protocol",
"version": "1.0.1",
"version": "1.1.0",
"name": "Intraoral2DPhotographicScheduledProtocol",
"title": "Intraoral 2D Photographic Scheduled Protocol",
"status": "draft",
Expand Down
2 changes: 1 addition & 1 deletion docs/fhir/intraoral-3d-visible-light-scheduled-protocol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CodeSystem",
"id": "intraoral-3d-visible-light-scheduled-protocol",
"url": "http://terminology.open-ortho.org/fhir/intraoral-3d-visible-light-scheduled-protocol",
"version": "1.0.1",
"version": "1.1.0",
"name": "Intraoral3DVisibleLightScheduledProtocol",
"title": "Intraoral 3D Visible Light Scheduled Protocol",
"status": "draft",
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 = "setuptools.build_meta"

[project]
name = "open-ortho-terminology"
version = "1.0.1"
version = "1.1.0"
description = "A package for managing orthodontic codes and namespaces."
authors = [
{ name = "Toni Magni", email = "open-ortho@case.edu" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
super().__init__(
id=id,
url=self.static_url(),
version="1.0.1",
version="1.1.0",
name="Extraoral2DPhotographicScheduledProtocol",
title="Extraoral 2D Photographic Scheduled Protocol",
status="draft",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
super().__init__(
id=id,
url=self.static_url(),
version="1.0.1",
version="1.1.0",
name="Extraoral3DVisibleLightScheduledProtocol",
title="Extraoral 3D Visible Light Scheduled Protocol",
status="draft",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
super().__init__(
id=id,
url=self.static_url(),
version="1.0.1",
version="1.1.0",
name="Intraoral2DPhotographicScheduledProtocol",
title="Intraoral 2D Photographic Scheduled Protocol",
status="draft",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
super().__init__(
id=id,
url=self.static_url(),
version="1.0.1",
version="1.1.0",
name="Intraoral3DVisibleLightScheduledProtocol",
title="Intraoral 3D Visible Light Scheduled Protocol",
status="draft",
Expand Down

0 comments on commit c32f320

Please sign in to comment.