From 7b637fb4188d0680feeb86a90f2c65e194b9cf6c Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Thu, 26 Oct 2023 11:47:00 -0700 Subject: [PATCH] cr --- CHANGELOG.md | 10 ++++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1de32fbcfa84..c323640a319bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # ChangeLog +## [0.8.53] - 2023-10-27 + +### New Features +- Docs refactor (#8500) + An overhaul of the docs organization. Major changes + * Added a big new "understanding" section + * Added a big new "optimizing" section + * Overhauled Getting Started content + * Categorized and moved module guides to a single section + ## [0.8.52] - 2023-10-26 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index 59a02619d9714..4795a6b4761af 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.8.52 +0.8.53 diff --git a/pyproject.toml b/pyproject.toml index c23348badd76c..8626f78bb3d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.8.52" +version = "0.8.53" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}