Skip to content

Commit

Permalink
chore: bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Feb 24, 2022
1 parent e608e79 commit 71f39a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
0.9.0 (Feb 24, 2022)
--------------------

* Update pinned requirements to allow PyYAML v6
* Monkey-patch test module to work around 'paramunittest' issues on Python 3.10

0.8.0 (Sep 03, 2021)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion xenon/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 71f39a3

Please sign in to comment.