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 8d00ba4 commit d419589Copy full SHA for d419589
CHANGELOG.rst
@@ -1,4 +1,4 @@
1
-0.8rc4 (unreleased)
+0.8rc4 (2020-09-27)
2
===================
3
4
- Nothing changed yet.
libmodernize/__init__.py
@@ -5,7 +5,7 @@
5
from fissix.pygram import python_symbols as syms
6
from fissix.pytree import Leaf, Node
7
8
-__version__ = "0.8rc4.dev0"
+__version__ = "0.8rc4"
9
10
11
def check_future_import(node):
0 commit comments