Skip to content

Commit

Permalink
Prepare release 1.2.0 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Jun 20, 2021
1 parent 1a2140a commit 15c1a70
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ benchmark NLP Sandbox tools.

## Specification

- NLP Sandbox schemas version: 1.1.2
- NLP Sandbox schemas version: 1.2.0

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion openapi/_internal/nlpsandbox/base.openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/_internal/openapi.manual.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Date Annotator API
contact:
name: The NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/_internal/tool/base.openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Tool API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/commons/components/schemas/Tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ example:
authorEmail: [email protected]
url: https://example.com
type: nlpsandbox:date-annotator
apiVersion: 1.1.2
apiVersion: 1.2.0
2 changes: 1 addition & 1 deletion openapi/contact-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Contact Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/covid-symptom-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox COVID Symptom Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/data-node/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Data Node API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/date-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Date Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/id-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox ID Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/location-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Location Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/person-name-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox Person Name Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/phi-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox PHI Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/phi-deidentifier/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.2
version: 1.2.0
title: NLP Sandbox PHI Deidentifier API
contact:
name: NLP Sandbox Team
Expand Down

0 comments on commit 15c1a70

Please sign in to comment.