diff --git a/changelog.md b/changelog.md index 51ca0e8..d7a58a5 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ new: new feature / impr: improvement / fix: bug fix +## v0.5.4 - 2024-02-21 + +- impr: improve extensibility of oauth login handler + ## v0.5.3 - 2024-02-13 - impr: error handling during login now can raise TemporarySiteError diff --git a/pyproject.toml b/pyproject.toml index f5c62ed..6526e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mijnbib" -version = "0.5.3" +version = "0.5.4" description = "Python API voor de website mijn.bibliotheek.be" readme = "README.md" authors = [{ name = "Ward Van Heddeghem", email = "wardvh@fastmail.fm" }]