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 9442599 commit fda12d3Copy full SHA for fda12d3
README.rst
@@ -21,6 +21,10 @@ generator fixtures.
21
Changelog
22
---------
23
24
+0.7.1 - 23 June 2023
25
+ * No functional changes, only fixing how hatchling understands the
26
+ license field in the pyproject.toml with thanks to @piotrm-nvidia
27
+
28
0.7.0 - 12 April 2023
29
* Changed the pytest dependency to be greater than pytest version 7
30
* Using isort now
alt_pytest_asyncio/version.py
@@ -1 +1 @@
1
-VERSION = "0.7.0"
+VERSION = "0.7.1"
0 commit comments