diff --git a/docs/release.rst b/docs/release.rst index a6f6995..bdf5655 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -7,6 +7,7 @@ Release notes for each release here: .. toctree:: :maxdepth: 1 + 2.6.5 2.6.4 2.6.3 2.6.2 diff --git a/docs/release/2.6.5-notes.md b/docs/release/2.6.5-notes.md new file mode 100644 index 0000000..9fa65ee --- /dev/null +++ b/docs/release/2.6.5-notes.md @@ -0,0 +1,5 @@ +Bambulabs API 2.6.5 Release Notes +================================= + +* Improved Logging - add global logger +* Fix camera reconnect [@x746e](https://github.com/x746e) diff --git a/pyproject.toml b/pyproject.toml index 0de920c..ea25341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bambulabs_api" -version = "2.6.4" +version = "2.6.5" authors = [ { name="Chris Ioannidis", email="chris.ioannidis23@imperial.ac.uk" }, { name="Haotian Wu", email="64962148+ohmdelta@users.noreply.github.com"}