Skip to content

Commit 71a004a

Browse files
author
github-actions
committed
5.0.0
Automatically generated by python-semantic-release
1 parent e1de91a commit 71a004a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v5.0.0 (2024-06-09)
6+
7+
### Breaking
8+
9+
* fix!: async_create_pubnub now returns a coro that needs to be awaited… (#110) ([`e1de91a`](https://github.com/bdraco/yalexs/commit/e1de91a428280808e20db6582472cd0e2fe938ba))
10+
11+
512
## v4.0.0 (2024-06-08)
613

714
### Breaking

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yalexs"
3-
version = "4.0.0"
3+
version = "5.0.0"
44
description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

yalexs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """J. Nick Koston"""
44
__email__ = "nick@koston.org"
5-
__version__ = "4.0.0"
5+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)