Skip to content

Commit

Permalink
Update from bumpversion-0.3.7 (#114)
Browse files Browse the repository at this point in the history
* bumpversion to 0.3.7

* temporarily pin bandit==1.7.2 (github.com/tylerwince/flake8-bandit/issues/21)

Co-authored-by: Mark90 <mark_moes@live.nl>
  • Loading branch information
github-actions[bot] and Mark90 authored Feb 28, 2022
1 parent 8c1a90f commit 3d64546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 = 0.3.6
current_version = 0.3.7
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__ = "0.3.6"
__version__ = "0.3.7"

from orchestrator.app import OrchestratorCore
from orchestrator.settings import app_settings, oauth2_settings
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ requires = [
"nwa-stdlib==1.3.0",
"oauth2-lib==1.0.12",
"markupsafe==2.0.1",
"bandit==1.7.2",
]
description-file = "README.md"
requires-python = ">=3.7,<3.11"
Expand Down

0 comments on commit 3d64546

Please sign in to comment.