We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1142f60 commit b90d402Copy full SHA for b90d402
CHANGELOG
@@ -1,5 +1,5 @@
1
-5.0.0 (dev)
2
------------
+5.0.0 (Jun 08, 2021)
+--------------------
3
4
- Drop support for flake8 < 3.x (removes `flake8-polyfill` dependency), by
5
@joxl: #219
radon/__init__.py
@@ -1,7 +1,7 @@
'''This module contains the main() function, which is the entry point for the
command line interface.'''
-__version__ = '4.5.2'
+__version__ = '5.0.0'
6
7
def main():
0 commit comments