Fix issue in FixLinenoNodeVisitor in which line numbers may become to high.
0.3.5
Fix removal of parentheses around single "True" or "False" constants in source generator for Python > v3.3.
0.3.4
* Remove parentheses around single "True" or "False" constants in source generator. * Convert AST nodes with "if... elif..." with a blank line in the if body correctly to source in source generator.
0.3.3
Fix line numbers of AST nodes before generating sources in SourceGeneratorNodeVisitor.
0.3.2
Hotfix for a potential bug that might crash astmonkey upon determining the line number of certain nodes.
0.3.1
Hotfix for crashing MutPy when used with the -m parameter.