Skip to content

Commit bec1dbc

Browse files
committed
chore: bump to v4.5.2
1 parent 78ada4f commit bec1dbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
4.5.1 (May 09, 2021)
28
--------------------
39

radon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''This module contains the main() function, which is the entry point for the
22
command line interface.'''
33

4-
__version__ = '4.5.1'
4+
__version__ = '4.5.2'
55

66

77
def main():

0 commit comments

Comments
 (0)