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 decaf7c commit 0793c2cCopy full SHA for 0793c2c
docs/conf.py
@@ -51,7 +51,7 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '0.7'
+version = '0.8rc1'
55
# The full version, including alpha/beta/rc tags.
56
release = version
57
libmodernize/__init__.py
@@ -5,7 +5,7 @@
5
from fissix.pygram import python_symbols as syms
6
from fissix.pgen2 import token
7
8
-__version__ = '0.7'
+__version__ = '0.8rc1'
9
10
def check_future_import(node):
11
"""If this is a future import, return set of symbols that are imported,
0 commit comments