Skip to content

Commit

Permalink
Get ready for release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Apr 16, 2020
1 parent 26fa32a commit a4e3719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS.md
@@ -1,4 +1,12 @@
4.3.1 2020-04-16
===================================

Fix bug in handling Python 3.8 bytecode.

Sadly, I inadvertently wasn't testing 3.8 bytecode before. That's now fixed too.

4.3.0 2020-04-16 portable code type
===================================

Portable Code Type
------------------
Expand Down Expand Up @@ -78,7 +86,7 @@ CI testing for older testing has been fixed now that 2.7 is even more deprecated

4.2.3 2020-03-16 post ides-of-march
===================================

s
* Add Python versions: 3.7.7, 3.8.2, and 3.9.0alpha1,
* Create a set for "STORE" instructions
* facilitate code type freezing (PR #57)
Expand Down
2 changes: 1 addition & 1 deletion xdis/version.py
@@ -1,3 +1,3 @@
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION='4.3.0'
VERSION='4.3.1'

0 comments on commit a4e3719

Please sign in to comment.