We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e608e79 commit 71f39a3Copy full SHA for 71f39a3
CHANGELOG
@@ -1,3 +1,9 @@
1
+0.9.0 (Feb 24, 2022)
2
+--------------------
3
+
4
+* Update pinned requirements to allow PyYAML v6
5
+* Monkey-patch test module to work around 'paramunittest' issues on Python 3.10
6
7
0.8.0 (Sep 03, 2021)
8
--------------------
9
xenon/__init__.py
@@ -2,7 +2,7 @@
The latter is the entry point for the command line program.
'''
-__version__ = '0.8.0'
+__version__ = '0.9.0'
import os
import sys
0 commit comments