Skip to content

Commit

Permalink
Release Python SDK 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Dec 7, 2023
1 parent 222fe5c commit 9b895dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions demos/python/sdk_wireless_camera_control/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

Unreleased
----------
0.15.1 (December-6-2023)
------------------------
* Fix livestream demo.

0.15.0 (December-6-2021)
0.15.0 (December-6-2023)
------------------------
* Add alpha support for COHN (Camera-on-the-Home-Network)
* A real implementation is going to require a major rearchitecture to dynamically add connection types.
* Remove TKinter GUI. Will be replaced with Textual TUI in the future
* Improve wifi SSID matching
* Fix unhashable pydantic base models

0.14.1 (September-21-2022)
0.14.1 (September-21-2023)
--------------------------
* Fix BLE notifications not being routed correctly
* Don't hardcode media directory. Also append directory to filenames in media list.
* Fix malformed Set Setting HTTP url

0.14.0 (September-13-2022)
0.14.0 (September-13-2023)
--------------------------
* NOTE! This is a major update and includes massive API breaking changes.
* Move to asyncio-based framework
Expand Down
2 changes: 1 addition & 1 deletion demos/python/sdk_wireless_camera_control/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "open_gopro"
version = "0.15.0"
version = "0.15.1"
description = "Open GoPro API and Examples"
authors = ["Tim Camise <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9b895dc

Please sign in to comment.