Skip to content

Commit

Permalink
Get ready for release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 12, 2019
1 parent e44d0f0 commit 4a38ec8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.1.0 2019-10-12 Stony Brook Ride
=================================

- Add early bytecodes: 1.0, 1.1, 1.2, and 1.6. Going off of pycdc bytecode since this is the only bytecode for these versions I know of
- Fix bug in Python 3.x decompiling 2.x that contains strings with non-ascii characters
- More generally, better handling of non-ascii Python 2 strings in Python 3

4.0.4 2019-10-02
================

Expand Down
2 changes: 1 addition & 1 deletion xdis/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION='4.0.4'
VERSION='4.1.0'

0 comments on commit 4a38ec8

Please sign in to comment.