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 9a03570 commit 7909c14Copy full SHA for 7909c14
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-## Version 2.1.1
+## Version 2.2.0
2
3
-_In development_
+- Do not install docs into site-packages in binary distributions
4
+- Bump protobuf version to address security issue
5
+- Bump versions of dependencies
6
7
## Version 2.1.0
8
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mapbox-vector-tile"
-version = "2.1.1"
+version = "2.2.0"
description = "Mapbox Vector Tile encoding and decoding."
license = "MIT"
authors = [
0 commit comments