File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11.. _whats-new-0.13.x :
22
3+ What's new in version 0.13.1
4+ ****************************
5+
6+ This is a minor bug-fix release.
7+
8+ - Fix ``futurize --all-imports `` (issue #101)
9+ - Fix ``futurize --output-dir `` logging (issue #102)
10+ - Fix (multiple) inheritance of ``future.builtins.object `` with metaclasses (issues #91 and #96)
11+ - Fix ``futurize ``'s refactoring of ``urllib `` imports (issue #94)
12+ - Doc formatting fixes (issues #98, 100)
13+
14+
315What's New in v0.13
416*******************
517
Original file line number Diff line number Diff line change 7373__copyright__ = 'Copyright 2014 Python Charmers Pty Ltd'
7474__ver_major__ = 0
7575__ver_minor__ = 13
76- __ver_patch__ = 0
76+ __ver_patch__ = 1
7777__ver_sub__ = ''
7878__version__ = "%d.%d.%d%s" % (__ver_major__ , __ver_minor__ ,
7979 __ver_patch__ , __ver_sub__ )
You can’t perform that action at this time.
0 commit comments