Skip to content

Commit b90d402

Browse files
committed
chore: bump to v5.0.0
1 parent 1142f60 commit b90d402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
5.0.0 (dev)
2-
-----------
1+
5.0.0 (Jun 08, 2021)
2+
--------------------
33

44
- Drop support for flake8 < 3.x (removes `flake8-polyfill` dependency), by
55
@joxl: #219

radon/__init__.py

+1-1
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.2'
4+
__version__ = '5.0.0'
55

66

77
def main():

0 commit comments

Comments
 (0)