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 35240f6 commit aeec167Copy full SHA for aeec167
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+Version 0.11.3
6
+==============
7
+
8
+* Fix dependency problems by requiring ``pyproject-fmt>=0.4.0``
9
10
Version 0.11.2
11
==============
12
setup.cfg
@@ -73,7 +73,7 @@ all =
73
# atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml
74
tomli-w>=0.4.0,<2
75
experimental =
76
- pyproject-fmt>=0.3.2; python_version>="3.7"
+ pyproject-fmt>=0.4.0; python_version>="3.7"
77
78
# Add here test requirements (semicolon/line-separated)
79
testing =
0 commit comments