diff --git a/NEWS.md b/NEWS.md index 0b84e040..f2eeee64 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ -4.1.3 2019-10-29 JNC +4.1.3 2019-10-29 gecko gecko +============================ + +- Add preliminary 3.9(dev) support +- Handle 3.8-3.9 bytecode from 3.7ish + +4.1.3 2019-11-17 JNC ==================== - Add magics for 3.5.8 and 3.5.9 diff --git a/xdis/version.py b/xdis/version.py index 5ec7184d..ab81b5a2 100644 --- a/xdis/version.py +++ b/xdis/version.py @@ -1,3 +1,3 @@ # This file is suitable for sourcing inside bash as # well as importing into Python -VERSION='4.1.3' +VERSION='4.2.0'