Skip to content

Commit

Permalink
Python sdk 0 17 1 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 13, 2024
1 parent 6e589be commit 76d9768
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions demos/python/sdk_wireless_camera_control/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ 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>`_.

0.17.1 (September-13-2023)
--------------------------
* Fix COHN demo
* Fix livestream demo CLI argument parsing
* Add `raw` field to MediaList object

0.17.0 (September-9-2024)
-------------------------
* Add Hero 13 support (settings, statuses, protobuf)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ async def main(args: argparse.Namespace) -> None:
try:
# Start with Wifi Disabled (i.e. don't allow camera in AP mode).
async with WirelessGoPro(args.identifier, enable_wifi=False) as gopro:
await gopro.ble_command.cohn_clear_certificate()

if await gopro.is_cohn_provisioned:
console.print("[yellow]COHN is already provisioned")
else:
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.17.0"
version = "0.17.1"
description = "Open GoPro API and Examples"
authors = ["Tim Camise <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 76d9768

Please sign in to comment.