Skip to content

Commit 628c6d5

Browse files
authored
Merge branch 'main' into fix_handle_oauth_no_username
2 parents e500a8b + 46b1094 commit 628c6d5

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+
## v7.1.0 (2024-08-13)
6+
7+
### Feature
8+
9+
* feat: allow passing an auth class (#142) ([`377d75c`](https://github.com/bdraco/yalexs/commit/377d75cb4cb2cee6d0294fbf3acebb1b3c39798c))
10+
11+
512
## v7.0.0 (2024-08-13)
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 = "7.0.0"
3+
version = "7.1.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__ = "7.0.0"
5+
__version__ = "7.1.0"

0 commit comments

Comments
 (0)