Skip to content

Commit

Permalink
Bump version to 2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark90 committed Dec 15, 2023
1 parent a51f0c4 commit 1409f3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0a1
current_version = 2.0.0rc1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"""This is the orchestrator workflow engine."""

__version__ = "2.0.0a1"
__version__ = "2.0.0rc1"

from orchestrator.app import OrchestratorCore
from orchestrator.settings import app_settings, oauth2_settings
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@ dependencies = [
"structlog",
"typer==0.7.0",
"uvicorn[standard]~=0.20.0",
# "nwa-stdlib~=1.5.3",
"nwa-stdlib@git+https://github.com/workfloworchestrator/nwa-stdlib@vlanranges-final",
"nwa-stdlib~=1.5.4",
"oauth2-lib==1.4.1",
"tabulate==0.9.0",
"strawberry-graphql==0.209.8",
# "pydantic-forms==1.0.0a2",
"pydantic-forms@git+https://github.com/workfloworchestrator/pydantic-forms@pydantic_2_x_mark",
"pydantic-forms==1.0.0rc1",
]

description-file = "README.md"
Expand Down

0 comments on commit 1409f3d

Please sign in to comment.