We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa930c4 commit 0096e32Copy full SHA for 0096e32
2 files changed
Changelog
@@ -1,3 +1,7 @@
1
+Version 0.2.1 unreleased
2
+
3
+ * Adjust pyproject.toml comments to fix build pip build at readthedocs.
4
5
Version 0.2.0 08 Jan 2025
6
7
* Migrate to Poetry v2 and project-managed Poetry plugins.
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
"Topic :: Games/Entertainment :: Board Games",
22
"Topic :: Software Development :: Libraries",
23
]
24
-version = "0.0.0" # published version is managed using Git tags (see below)
+version = "0.0.0"
25
26
[tool.poetry.requires-plugins]
27
poetry-dynamic-versioning = { version=">=1.5.0,<2.0.0", extras=["plugin"] }
0 commit comments