Skip to content

Commit 838f795

Browse files
Merge pull request #244 from symphony-elias/release-2.1.0
Bumped version to 2.1.0
2 parents 30f1ccc + 8f19284 commit 838f795

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
push:
5-
branches: [ "main", "2.0-rc" ]
5+
branches: [ "main", "*-rc" ]
66
pull_request:
7-
branches: [ "main", "2.0-rc" ]
7+
branches: [ "main", "*-rc" ]
88

99
jobs:
1010
build:

.github/workflows/security.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: security-checks
22

33
on:
44
push:
5-
branches: [ "main", "2.0-rc" ]
5+
branches: [ "main", "*-rc" ]
66
pull_request:
7-
branches: [ "main", "2.0-rc" ]
7+
branches: [ "main", "*-rc" ]
88

99
jobs:
1010
build:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "symphony_bdk_python"
3-
version = "2.0.dev0"
3+
version = "2.1.0"
44
license = "Apache-2.0"
55
description = "Symphony Bot Development Kit for Python"
66
readme = "README.md"

0 commit comments

Comments
 (0)