Skip to content

Commit 8ca91e0

Browse files
committed
Bump version to v0.13.1 and update What's New
1 parent 8c5565d commit 8ca91e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/whatsnew.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
315
What's New in v0.13
416
*******************
517

future/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
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__)

0 commit comments

Comments
 (0)