Skip to content

Commit

Permalink
Get ready for release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 21, 2024
1 parent a1e9a77 commit 3d8f244
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6.1.1 2024-07-21
=================

* Greatly improve extended-format output. (More could be done though)
* Update Python versions recognize, e.g. 3.12.4
* Add nullaryloadop for nullary load opcodes
* More code linting and type annotation


6.1.0 2024-03-15
=================

Expand Down
2 changes: 1 addition & 1 deletion xdis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
__version__="6.1.1.dev0" # noqa
__version__="6.1.1" # noqa

0 comments on commit 3d8f244

Please sign in to comment.