Skip to content
Merged

2.6.4 #168

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Release notes for each release here:
.. toctree::
:maxdepth: 1

2.6.4 <release/2.6.4-notes.rst>
2.6.3 <release/2.6.3-notes.rst>
2.6.2 <release/2.6.2-notes.rst>
2.6.1 <release/2.6.1-notes.rst>
2.6.0 <release/2.6.0-notes.rst>
Expand Down
5 changes: 5 additions & 0 deletions docs/release/2.6.4-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bambulabs API 2.6.4 Release Notes
=================================

* Add reboot api
* Add x1 ftps update - shared tls [@ammaratef45](https://github.com/ammaratef45)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bambulabs_api"
version = "2.6.3"
version = "2.6.4"
authors = [
{ name="Chris Ioannidis", email="chris.ioannidis23@imperial.ac.uk" },
{ name="Haotian Wu", email="64962148+ohmdelta@users.noreply.github.com"}
Expand Down