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 d329a8d commit 44655c8Copy full SHA for 44655c8
CHANGELOG
@@ -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
7
5.0.1 (Jun 08, 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__ = '5.0.1'
+__version__ = '5.1.0'
def main():
0 commit comments