Skip to content

Commit 44655c8

Browse files
committed
chore(release): bump to v5.1.0
1 parent d329a8d commit 44655c8

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+
5.1.0 (Aug 08, 2021)
2+
--------------------
3+
4+
- Allow forcing colored output on/off, thanks @msabramo: #218
5+
- Synchronize trove classifiers with tested versions, thanks @D3X: #222
6+
17
5.0.1 (Jun 08, 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__ = '5.0.1'
4+
__version__ = '5.1.0'
55

66

77
def main():

0 commit comments

Comments
 (0)