Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jul 2, 2024
1 parent 06c4511 commit a676fdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog for MapLibre for Python

## maplibre v0.2.6 (unreleased)
## maplibre v0.2.6

* Add function to save map and display it in the browser
* Add function in `maplibre.utils` to save map and display it in the browser
* Add `streamlit.components.v1.iframe` component

## maplibre v0.2.5
Expand Down
2 changes: 1 addition & 1 deletion maplibre/_constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.5"
__version__ = "0.2.6"
_shiny_output_class = "shiny-maplibregl-output"

# TODO: Remove from here
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maplibre"
version = "0.2.5.1"
version = "0.2.6"
description = "Python bindings for MapLibre GL JS"
authors = ["Stefan Kuethe <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a676fdf

Please sign in to comment.