Skip to content

Commit

Permalink
Get ready for release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 29, 2021
1 parent e942e61 commit 6f03ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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
=================
Expand Down
2 changes: 1 addition & 1 deletion xdis/version.py
Expand Up @@ -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

0 comments on commit 6f03ec6

Please sign in to comment.