diff --git a/changelog.md b/changelog.md index d6271c8..9508ad6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ new: new feature / impr: improvement / fix: bug fix -## v0.6.0 - WIP +## v0.5.2 - 2024-02-11 - impr: error handling for non-existing account id diff --git a/pyproject.toml b/pyproject.toml index 89e1d1e..4486413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mijnbib" -version = "0.5.1" +version = "0.5.2" description = "Python API voor de website mijn.bibliotheek.be" readme = "README.md" authors = [{ name = "Ward Van Heddeghem", email = "wardvh@fastmail.fm" }]