We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b46d4 commit 8390888Copy full SHA for 8390888
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-0.8.1 (unreleased)
2
-==================
+0.9rc0 (2020-10-01)
+===================
3
4
- move all code under the ``modernize`` namespace.
5
- use flit to create PyPI distributions.
modernize/__init__.py
@@ -4,4 +4,4 @@
from __future__ import generator_stop
6
7
-__version__ = "0.8.1.dev0"
+__version__ = "0.9rc0"
0 commit comments