Skip to content

Commit

Permalink
minor: bamboo-pipeline upgrade to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng committed Oct 18, 2021
1 parent 4e5a4b6 commit b48759e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 72 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.8.1"
__version__ = "3.8.2"
19 changes: 10 additions & 9 deletions 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.8.1"
version = "3.8.2"
description = "runtime for bamboo-engine base on Django and Celery"
authors = ["homholueng <[email protected]>"]
license = "MIT"
Expand All @@ -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.4.0"
bamboo-engine = "1.5.1"
jsonschema = "^2.5.1"
ujson = "4.1.*"
pyparsing = "^2.2.0"
Expand Down
5 changes: 5 additions & 0 deletions runtime/bamboo-pipeline/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.8.2

- feature:
- bamboo-engine dep upgrade to 1.5.1

# 3.8.1

- feature:
Expand Down
60 changes: 0 additions & 60 deletions runtime/bamboo-pipeline/setup.py

This file was deleted.

0 comments on commit b48759e

Please sign in to comment.