We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21fa33 commit acfb8a4Copy full SHA for acfb8a4
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
Changelog
2
---------
3
-
+- v2.1.1 (2025-09-07)
4
+ - Fixed publication of the project readme to PyPI
5
- v2.1.0 (2025-09-07)
6
- Support for Shapeshifter 3.1.0
7
- v2.0.1 (2025-07-08)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "shapeshifter_uftp"
-version = "2.1.0"
+version = "2.1.1"
description = "Implementation of the Shapeshifter (UFTP) protocol"
dependencies = [
"xsdata[lxml]>=25.0,<26.0",
@@ -13,7 +13,7 @@ dependencies = [
13
"termcolor",
14
]
15
requires-python = ">=3.11"
16
-readme = "README.md"
+readme = "README.rst"
17
18
[project.urls]
19
Repository = "https://github.com/shapeshifter/shapeshifter-library-python"
0 commit comments