From 0af03b1410d11ee100838e68f5c1aa073f8244c1 Mon Sep 17 00:00:00 2001 From: hanshuaikang <1758504262@qq.com> Date: Thu, 9 Nov 2023 20:09:06 +0800 Subject: [PATCH] minor: release pipeline 3.29.0rc3 --- runtime/bamboo-pipeline/pipeline/__init__.py | 2 +- runtime/bamboo-pipeline/poetry.lock | 4 ++-- runtime/bamboo-pipeline/pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/bamboo-pipeline/pipeline/__init__.py b/runtime/bamboo-pipeline/pipeline/__init__.py index 5f9a3c3..92dc81e 100644 --- a/runtime/bamboo-pipeline/pipeline/__init__.py +++ b/runtime/bamboo-pipeline/pipeline/__init__.py @@ -13,4 +13,4 @@ default_app_config = "pipeline.apps.PipelineConfig" -__version__ = "3.29.0rc2" +__version__ = "3.29.0rc3" diff --git a/runtime/bamboo-pipeline/poetry.lock b/runtime/bamboo-pipeline/poetry.lock index 1e5bea1..1373430 100644 --- a/runtime/bamboo-pipeline/poetry.lock +++ b/runtime/bamboo-pipeline/poetry.lock @@ -57,7 +57,7 @@ tests_no_zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "c [[package]] name = "bamboo-engine" -version = "2.10.0rc2" +version = "2.10.0rc3" description = "Bamboo-engine is a general-purpose workflow engine" category = "main" optional = false @@ -735,7 +735,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">= 3.6, < 4" -content-hash = "1f6465e86e2ab50a9018e202165ee8fda95461a31e0c05bf972fd2e240b6f6ba" +content-hash = "3026f8497b07ea1593e3d03d656f777d5262d8a1726f5bbdf3395e633b6bfeb8" [metadata.files] amqp = [] diff --git a/runtime/bamboo-pipeline/pyproject.toml b/runtime/bamboo-pipeline/pyproject.toml index 995a0ae..3f15a31 100644 --- a/runtime/bamboo-pipeline/pyproject.toml +++ b/runtime/bamboo-pipeline/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bamboo-pipeline" -version = "3.29.0rc2" +version = "3.29.0rc3" description = "runtime for bamboo-engine base on Django and Celery" authors = ["homholueng "] license = "MIT" @@ -16,7 +16,7 @@ requests = "^2.22.0" django-celery-beat = "^2.1.0" Mako = "^1.1.4" pytz = "2019.3" -bamboo-engine = "2.10.0rc2" +bamboo-engine = "2.10.0rc3" jsonschema = "^2.5.1" ujson = "4.1.*" pyparsing = "^2.2.0"