Skip to content

Commit

Permalink
Merge pull request #73 from chrieke/release_v0_5_0
Browse files Browse the repository at this point in the history
bump to v0.5.0
  • Loading branch information
chrieke authored Dec 29, 2024
2 parents d60539c + 2437b06 commit 786bdbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Update your installation to the latest version:
pip install prettymapp --upgrade
```

## 0.5.0
**November 30, 2024**

- Adds boolean `credits` parameter to the `Plot` class. Set to `False` to hide the OSM/package credits on the map.
- Fixes an issue where customized landcover_classes where ignored in `get_osm_geometries`.
- Fixes an issue where setting a landcover_class to `False` resulted in a Keyerror.
- Various documentation & example improvements.

## 0.4.0
**November 30, 2024**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "prettymapp"
version = "0.4.0"
version = "0.5.0"
description = "Create beautiful maps from OpenStreetMap data"
readme = "README.md"
requires-python = ">=3.11"
Expand Down

0 comments on commit 786bdbf

Please sign in to comment.