Skip to content
Snippets Groups Projects
Commit 1b4d78f2 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[enh] release 0.6.2

parent 497a55f5
No related branches found
No related tags found
No related merge requests found
Changelog
=========
 
0.6.2 (unreleased)
0.6.2 (2016-10-03)
----------------
 
- fix some old call to log() weren't lazy, that could cause a crash in some situations by an infinite recursive call and also reduce performances
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ except ImportError:
 
 
setup(name='redbaron',
version='0.6.1',
version='0.6.2',
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
author='Laurent Peuch',
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment