Skip to content

Commit

Permalink
bamboo-engine-1.5.1, bamboo-pipeline-3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng committed Oct 18, 2021
1 parent d72bebe commit 4e5a4b6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bamboo_engine/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
specific language governing permissions and limitations under the License.
"""

__version__ = "1.5.0"
__version__ = "1.5.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bamboo-engine"
version = "1.5.0"
version = "1.5.1"
description = "Bamboo-engine is a general-purpose workflow engine"
authors = ["homholueng <[email protected]>"]
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.1

- bugfix:
- boorule multi threads context error fix

## 1.5.0

- feature:
Expand Down
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.0"
__version__ = "3.8.1"
2 changes: 1 addition & 1 deletion 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.0"
version = "3.8.1"
description = "runtime for bamboo-engine base on Django and Celery"
authors = ["homholueng <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions runtime/bamboo-pipeline/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.8.1

- feature:
- Django 3.X support
- bugfix:
- boorule multi threads context error fix

# 3.8.0
- feature:
- eri 5.0 support
Expand Down

0 comments on commit 4e5a4b6

Please sign in to comment.