Skip to content

Commit 86f2bce

Browse files
Upgrade version
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent 2158bf8 commit 86f2bce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

4+
## [1.4.0]
5+
6+
### Added
7+
8+
### Changed
9+
10+
### Fixed
11+
412
## [1.3.0]
513

614
### Added
@@ -218,3 +226,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
218226
[1.0.0b1]: https://github.com/opensearch-project/opensearch-py-ml/commits/1.0.0b1
219227
[1.1.0]: https://github.com/opensearch-project/opensearch-py-ml/commits/1.1.0
220228
[1.2.0]: https://github.com/opensearch-project/opensearch-py-ml/commits/1.2.0
229+
[1.3.0]: https://github.com/opensearch-project/opensearch-py-ml/commits/1.3.0

opensearch_py_ml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__title__ = "opensearch_py_ml"
2828
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in OpenSearch"
2929
__url__ = "https://github.com/opensearch-project/opensearch-py-ml"
30-
__version__ = "1.3.0"
30+
__version__ = "1.4.0"
3131
__author__ = "Dhrubo Saha"
3232
__author_email__ = "[email protected], "
3333
__maintainer__ = "Dhrubo Saha, Yaliang Wu, Alexander Greaves-Tunnell, Sicheng Song, Jing Zhang, Bhavana Goud Ramaram, Yerzhaisang Taskali, Nathalie Jonathan"

0 commit comments

Comments
 (0)