Skip to content

Commit

Permalink
Bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Jan 25, 2025
1 parent 43e6e9c commit da517f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

new: new feature / impr: improvement / fix: bug fix

## v0.7.0 - 2025-01-25

- impr: [breaking] re-add support for optional city parameter;
when used might return extra loan extension information
- fix: IncompatibleSourceError on changed user interface for extending loan

## v0.6.0 - 2024-07-05

- impr: [breaking] remove support for city parameter
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mijnbib"
version = "0.6.0"
version = "0.7.0"
description = "Python API voor de website mijn.bibliotheek.be"
readme = "README.md"
authors = [{ name = "Ward Van Heddeghem", email = "[email protected]" }]
Expand Down

0 comments on commit da517f9

Please sign in to comment.