Skip to content

Commit

Permalink
Get ready for release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Apr 10, 2019
1 parent a467a68 commit c17a6c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.0.0 2019-4-09
===================

- Expand is_jump_target to True, 'loop', False. This is the reason for the version bump
- Remove deprecated opcodes_pypyDD.py files. Use opcode_DDpypy instead.
- Fix bug in setting jump offset in wordcode (3.6+) relative jumps.
- Note that this works now in Python 3.8 (dev)
- Add 3.6{,.1}pypy version
- Dry opcodes 3.6 - 3.8

3.9.1 2019-3-28
===================

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.0-git'
VERSION='4.0.0'

0 comments on commit c17a6c6

Please sign in to comment.