Skip to content

Commit 8aaba59

Browse files
authored
Prepare 0.9.13 (python-ring-doorbell#476)
## [0.9.13](https://github.com/python-ring-doorbell/python-ring-doorbell/tree/0.9.13) (2024-11-26) [Full Changelog](python-ring-doorbell/python-ring-doorbell@0.9.12...0.9.13) **Release highlights:** Support for the new 2024 Battery Doorbell. Many thanks @dan5py! **Merged pull requests:** - Support new Battery Doorbell device [\python-ring-doorbell#474](python-ring-doorbell#474) (@dan5py)
1 parent d277378 commit 8aaba59

3 files changed

Lines changed: 348 additions & 334 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.13](https://github.com/python-ring-doorbell/python-ring-doorbell/tree/0.9.13) (2024-11-26)
4+
5+
[Full Changelog](https://github.com/python-ring-doorbell/python-ring-doorbell/compare/0.9.12...0.9.13)
6+
7+
**Release highlights:**
8+
9+
Support for the new 2024 Battery Doorbell. Many thanks @dan5py!
10+
11+
**Merged pull requests:**
12+
13+
- Support new Battery Doorbell device [\#474](https://github.com/python-ring-doorbell/python-ring-doorbell/pull/474) (@dan5py)
14+
315
## [0.9.12](https://github.com/python-ring-doorbell/python-ring-doorbell/tree/0.9.12) (2024-11-12)
416

517
[Full Changelog](https://github.com/python-ring-doorbell/python-ring-doorbell/compare/0.9.9...0.9.12)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ring-doorbell"
3-
version = "0.9.12"
3+
version = "0.9.13"
44
description = "A Python library to communicate with Ring Door Bell (https://ring.com/)"
55
authors = [{ name = "python-ring-doorbell developers" }]
66
license = { text="LGPL-3.0-or-later" }

0 commit comments

Comments
 (0)