Skip to content

Commit

Permalink
chore: bump to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Oct 21, 2024
1 parent 2352b97 commit c7364e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.3 (Oct 21, 2024)
--------------------

* Revert #41, "Add support for pyproject.toml configuration" due to pyproject.toml parsing issues.

0.9.2 (Oct 20, 2024)
--------------------

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

0 comments on commit c7364e2

Please # to comment.