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