diff --git a/CHANGELOG b/CHANGELOG index 9df5ecc..ba00439 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.1 (Sep 6, 2014) +----------------- + +- Make `-n, --min` and `-x, --max` effective everywhere (in JSON and XML + exporting too): #62. +- Fix the bug that prevented JSON/XML export when one file had errors during + the analysis: #63. +- Add an explanations and various examples to the docs so that programmatical + use of Radon is easier: #64. + 1.0 (Aug 15, 2014) ------------------ diff --git a/radon/__init__.py b/radon/__init__.py index 1b70e80..8e03570 100644 --- a/radon/__init__.py +++ b/radon/__init__.py @@ -1,7 +1,7 @@ '''This module contains the main() function, which is the entry point for the command line interface.''' -__version__ = '1.0' +__version__ = '1.1' def main():