diff --git a/NEWS.md b/NEWS.md index 728e533d..a5d83c51 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,12 @@ -6.1.0 2021-10-xx +6.0.2 2021-10-29 ================= * Remove str2float, sysinfo2float and magic_int2float. With Python 3.10 this is no longer tenable * Reduce PYTHON_VERSION usage in xdis. +* Allow optional delimeter and start length in `version_tuple_to_str()` +* fix logic bug in setting MAGIC +* Add a little Python 3.8.5 Graal (Java VM) knowledge 6.0.1 2021-10-22 ================= diff --git a/xdis/version.py b/xdis/version.py index afa30e36..9f250291 100644 --- a/xdis/version.py +++ b/xdis/version.py @@ -4,4 +4,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="6.0.2.dev0" # noqa +__version__="6.0.2" # noqa