We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2455421 commit db827d8Copy full SHA for db827d8
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+* Innitial release
6
7
## v0.1.0
8
9
* Add `changelog.md` to track changes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "openlayers"
-version = "0.1.0-rc.7"
+version = "0.1.1"
description = "Python Bindings for OpenLayersJS"
readme = "README.md"
authors = [{ name = "Stefan Kuethe", email = "stefan.kuethe@eoda.de" }]
0 commit comments