From 0b9136c881e7372d4dc4cfce9ada8bbc853f56fe Mon Sep 17 00:00:00 2001 From: Ward Van Heddeghem Date: Wed, 27 Dec 2023 12:17:54 +0100 Subject: [PATCH] Bump version --- README.md | 4 ++++ changelog.md | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 245bed9..4f002fd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Installeer via: pip install mijnbib +Of, om een ugrade af te dwingen: + + pip install --upgrade mijnbib + ## Gebruik Bijvoorbeeld, het opvragen van je ontleende items kan als volgt (na installatie): diff --git a/changelog.md b/changelog.md index d0f7c44..dbf980f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ new: new feature / impr: improvement / fix: bug fix -## WIP +## v0.3.0 - 2023-12-27 - new: rename base exception to MijnbibError - impr: general internal improvements diff --git a/pyproject.toml b/pyproject.toml index 494e155..43e0393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mijnbib" -version = "0.2.0" +version = "0.3.0" description = "Python API voor de website mijn.bibliotheek.be" readme = "README.md" authors = [{ name = "Ward Van Heddeghem", email = "wardvh@fastmail.fm" }]