@@ -1,6 +1,12 @@
Release notes
=============
+Version 1.12
+------------
+
+* Fix a bug with unpacking wheels on Python 2.7, by switching to ``pathlib2``
+ for the pathlib backport.
Version 1.11
------------
@@ -34,7 +34,7 @@ from .nsiswriter import NSISFileWriter
from .pypi import fetch_pypi_wheels
from .util import download, text_types, get_cache_dir
-__version__ = '1.11'
+__version__ = '1.12'
pjoin = os.path.join
logger = logging.getLogger(__name__)