Skip to content

Commit 8fe214e

Browse files
author
github-actions
committed
8.3.2
Automatically generated by python-semantic-release
1 parent a849351 commit 8fe214e

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+
## v8.3.2 (2024-08-23)
6+
7+
### Fix
8+
9+
* fix: check for oauth required in async_authenticate to avoid auth being cleared (#161) ([`a849351`](https://github.com/bdraco/yalexs/commit/a849351d130c1781544c50236115f386252b20e1))
10+
11+
512
## v8.3.1 (2024-08-23)
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 = "8.3.1"
3+
version = "8.3.2"
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__ = "8.3.1"
5+
__version__ = "8.3.2"

0 commit comments

Comments
 (0)