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 78ada4f commit bec1dbcCopy full SHA for bec1dbc
CHANGELOG
@@ -1,3 +1,9 @@
1
+4.5.2 (May 23, 2021)
2
+--------------------
3
+
4
+- Add back `flake8-polyfill` dependency because conditional extra does not work
5
+ as intended, reported by @joxl: #217
6
7
4.5.1 (May 09, 2021)
8
--------------------
9
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.1'
+__version__ = '4.5.2'
def main():
0 commit comments