Skip to content

Commit

Permalink
chore(release): bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Sep 6, 2014
1 parent 1613ab5 commit e5aee5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion radon/__init__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit e5aee5c

Please sign in to comment.