Skip to content

Commit

Permalink
minor: bamboo-pipeline release 3.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Aug 13, 2024
1 parent 6c9a89a commit 8d93ed4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/bamboo-pipeline/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

default_app_config = "pipeline.apps.PipelineConfig"

__version__ = "3.29.3"
__version__ = "3.29.4"
2 changes: 1 addition & 1 deletion runtime/bamboo-pipeline/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtime/bamboo-pipeline/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bamboo-pipeline"
version = "3.29.3"
version = "3.29.4"
description = "runtime for bamboo-engine base on Django and Celery"
authors = ["homholueng <[email protected]>"]
license = "MIT"
Expand All @@ -16,7 +16,7 @@ requests = "^2.22"
django-celery-beat = "^2.1"
Mako = "^1.1.4"
pytz = "2019.3"
bamboo-engine = "^2.10.2"
bamboo-engine = "^2.11.0"
jsonschema = "^2.5.1"
ujson = "^4"
pyparsing = "^2.2"
Expand Down

0 comments on commit 8d93ed4

Please sign in to comment.