Skip to content

Commit c7364e2

Browse files
committed
chore: bump to v0.9.3
1 parent 2352b97 commit c7364e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
0.9.2 (Oct 20, 2024)
27
--------------------
38

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.9.2'
5+
__version__ = '0.9.3'
66

77
import os
88
import sys

0 commit comments

Comments
 (0)