Skip to content

Commit 71f39a3

Browse files
committed
chore: bump to v0.9.0
1 parent e608e79 commit 71f39a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.8.0 (Sep 03, 2021)
28
--------------------
39

xenon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The latter is the entry point for the command line program.
33
'''
44

5-
__version__ = '0.8.0'
5+
__version__ = '0.9.0'
66

77
import os
88
import sys

0 commit comments

Comments
 (0)