Skip to content

Commit 873fb73

Browse files
committed
Bump version to 1.5.0
1 parent e4b04f7 commit 873fb73

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.5.0
2+
- Replace `cchardet` with `charset-normalizer` to support Python 3.11
3+
14
# 1.4.0
25
- Add `MAuthWSGIMiddleware` for authenticating requests in WSGI frameworks like Flask.
36
- Remove `FlaskAuthenticator`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mauth-client"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "MAuth Client for Python"
55
repository = "https://github.com/mdsol/mauth-client-python"
66
authors = ["Medidata Solutions <support@mdsol.com>"]

0 commit comments

Comments
 (0)