diff --git a/CHANGELOG.md b/CHANGELOG.md index a85a17e5a..8013a1bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### [Deprecated] ### [Removed] +## [0.2.13] - 2023-06-17 + +* PR #873: notebooks: update notebooks +* PR #872: Bump v0.2.13+dev +* PR #836: feat: OCR UDF based on Donut Hugging Face Model + ## [0.2.12] - 2023-06-16 * PR #836: feat: OCR UDF based on Donut Hugging Face Model diff --git a/evadb/version.py b/evadb/version.py index 26392b1ef..c5659a8ff 100644 --- a/evadb/version.py +++ b/evadb/version.py @@ -1,6 +1,6 @@ _MAJOR = "0" _MINOR = "2" -_REVISION = "13+dev" +_REVISION = "13" VERSION_SHORT = f"{_MAJOR}.{_MINOR}" VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}" # noqa: W292 \ No newline at end of file