opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

Bump version to 2.3.1 on branch 2.3 #479

Closed saimedhi closed 1 year ago

saimedhi commented 1 year ago

Description

Bump version to 2.3.1 on branch 2.3

Issues Resolved

Closes #472

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #479 (329ddb8) into 2.3 (0836c89) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              2.3     #479   +/-   ##
=======================================
  Coverage   70.92%   70.92%           
=======================================
  Files          81       81           
  Lines        7732     7732           
=======================================
  Hits         5484     5484           
  Misses       2248     2248           
Files Changed Coverage Δ
opensearchpy/_version.py 100.00% <100.00%> (ø)
saimedhi commented 1 year ago

Link checker is failing for[2.3.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.0...v2.3.1. Do I need to remove that change or is it fine? I am going to cut tag immediately after merging this PR.

VachaShah commented 1 year ago

Link checker is failing for[2.3.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.0...v2.3.1. Do I need to remove that change or is it fine? I am going to cut tag immediately after merging this PR.

Thats fine.

Also, once 2.3.1 is merged, lets also update the compatibility and changelog files on main to include the new version.

saimedhi commented 1 year ago

@VachaShah, can I merge this and cut tag ?