Skip to content

Commit 1c764b4

Browse files
author
github-actions
committed
6.6.0
Automatically generated by python-semantic-release
1 parent 451080d commit 1c764b4

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+
## v6.6.0 (2024-08-13)
6+
7+
### Feature
8+
9+
* feat: make fetching the access token a coro (#139) ([`451080d`](https://github.com/bdraco/yalexs/commit/451080d50f261566cb8a4feeeac6a92e5b76634d))
10+
11+
512
## v6.5.1 (2024-08-13)
613

714
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yalexs"
3-
version = "6.5.1"
3+
version = "6.6.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__ = "6.5.1"
5+
__version__ = "6.6.0"

0 commit comments

Comments
 (0)