-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: bamboo-engine upgrade to 1.6.0 (#35)
* feature: bamboo-engine upgrade to 1.6.0 * minor: update poetry.lock * minor: eri runtime intergrate test wait time inc to 2
- Loading branch information
1 parent
d190569
commit 6057995
Showing
27 changed files
with
84 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
|
||
default_app_config = "pipeline.apps.PipelineConfig" | ||
|
||
__version__ = "3.9.0" | ||
__version__ = "3.10.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "bamboo-pipeline" | ||
version = "3.9.1" | ||
version = "3.10.0" | ||
description = "runtime for bamboo-engine base on Django and Celery" | ||
authors = ["homholueng <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -17,7 +17,7 @@ django-celery-beat = "^2.1.0" | |
django-celery-results = "^1.2.1" | ||
Mako = "^1.1.4" | ||
pytz = "2019.3" | ||
bamboo-engine = "1.5.1" | ||
bamboo-engine = "1.6.0" | ||
jsonschema = "^2.5.1" | ||
ujson = "4.1.*" | ||
pyparsing = "^2.2.0" | ||
|
Oops, something went wrong.