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 bcf0fc9 commit 113eb09Copy full SHA for 113eb09
Changelog.md
@@ -1,5 +1,9 @@
1
## Changelog for yamlcore
2
3
+### 0.0.4 2024-10-09 19:23:10+02:00
4
+
5
+ - Fix metadata (adding all test data and Changelog to the build)
6
7
### 0.0.3 2024-10-06 00:32:56+02:00
8
9
- Possibly breaking change: Forbid duplicate keys
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
[project]
name = "yamlcore"
-version = "0.0.3"
+version = "0.0.4"
dependencies = [
"PyYAML",
10
]
0 commit comments