Skip to content

Commit

Permalink
Get ready for release 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Apr 16, 2021
1 parent af8c0f1 commit a8b8ebd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions NEWS.md
@@ -1,4 +1,14 @@
5.0.7 2021-03-13
5.0.9 2021-04-16
================

In general, better Python 3.9 support.

- Improve 3.9 `IS_OP` and `CONTAINS_OP` operand formatting
- Correct disassembly of 3.9 bytecode from other bytecode
- Accept 3.9.3 and 3.9.4 as a valid 3.9 version
- Accept 3.8.9 as a valid 3.8 version

5.0.8 2021-03-13
================

- PR #73 from mitre:
Expand All @@ -9,7 +19,7 @@

- Add Python versions 3.8.8 and 3.9.2

5.0.6 2021-01-10
5.0.7 2021-01-10
================

* Add Python 3.8.7
Expand Down
2 changes: 1 addition & 1 deletion xdis/version.py
Expand Up @@ -3,4 +3,4 @@
# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
__version__="5.0.9.dev0" # noqa
__version__="5.0.9" # noqa

0 comments on commit a8b8ebd

Please sign in to comment.