We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2352b97 commit c7364e2Copy full SHA for c7364e2
CHANGELOG
@@ -1,3 +1,8 @@
1
+0.9.3 (Oct 21, 2024)
2
+--------------------
3
+
4
+* Revert #41, "Add support for pyproject.toml configuration" due to pyproject.toml parsing issues.
5
6
0.9.2 (Oct 20, 2024)
7
--------------------
8
xenon/__init__.py
@@ -2,7 +2,7 @@
The latter is the entry point for the command line program.
'''
-__version__ = '0.9.2'
+__version__ = '0.9.3'
import os
import sys
0 commit comments