diff --git a/NEWS.md b/NEWS.md index e0c1d09d..c141911e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +4.1.2 2019-10-29 pre Halloween redux +==================================== +- Python 3.8.0 magic changed +- More Pypy 3.6 tolerance +- Fixed DeprecationWarning; thanks to laike9m + 4.1.1 2019-10-29 pre Halloween ============================== diff --git a/xdis/version.py b/xdis/version.py index 92289c36..2ff2f56a 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.1' +VERSION='4.1.2'