Skip to content

Commit

Permalink
✨ Increment api version (#59)
Browse files Browse the repository at this point in the history
* add newly generated openapi.json

* adapt tests so they pass

* update openapi.json

* minor fix

* minor changes

* import new names directly in osparc

* upgrade openapi.json to latest from master on osparc-simcore

* fix import

* increment version - to be changed

* use tuple instead of list for __all__

* fix tests against older python versiosn

* fix __all__ in api.py and models.py

* separate options on different lines
  • Loading branch information
bisgaard-itis authored Jul 20, 2023
1 parent 6ea376f commit be79c5a
Show file tree
Hide file tree
Showing 8 changed files with 2,069 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black", "requirements/*.txt"]
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"homepage": "https://itisfoundation.github.io/osparc-simcore-clients/",
"python":
{
"version": "0.5.0"
"version": "0.6.0"
}
}
Loading

0 comments on commit be79c5a

Please sign in to comment.