Skip to content

Commit 4059251

Browse files
authored
Bump version to 2.1.0 (opensearch-project#277)
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
1 parent 176c78c commit 4059251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
stack_version: ['2.0.1']
12+
stack_version: ['2.1.0']
1313

1414
steps:
1515
- name: Checkout

opensearchpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# specific language governing permissions and limitations
2525
# under the License.
2626

27-
__versionstr__ = "2.0.1"
27+
__versionstr__ = "2.1.0"

0 commit comments

Comments
 (0)