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 c33e426 commit 32501b0Copy full SHA for 32501b0
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
=======
4
5
+# 2.1.0 (2025-12-23)
6
+- Replace black with ruff
7
+
8
# 2.0.0 (2025-12-23)
9
- Migrates metadata to pyproject.toml
10
- Drops support for Python versions < 3.10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mapbox-tilesets"
-version = "2.0.0"
+version = "2.1.0"
description = "CLI for interacting with and preparing data for the Mapbox Tilesets API"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments