diff --git a/AUTHORS b/AUTHORS index 891cd9b..21bccb4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,6 @@ * Yannik Ammann / yannik-ammann - https://github.com/yannik-ammann * ColMcp - https://github.com/ColMcp * Jharrod LaFon / jlafon - https://github.com/jlafon -* Jodie Belgrave / rmb938 - https://github.com/rmb938 +* Ryan Belgrave / rmb938 - https://github.com/rmb938 * Michal Cyprian / mcyprian - https://github.com/mcyprian * Eoghan Cunneen / eoghancunneen - https://github.com/eoghancunneen diff --git a/CHANGES.md b/CHANGES.md index beaed9a..72f7ac5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 2.1.12 - 2016-10-22 + +* #29: Fix AttributeError when raising OSError from inside environment (@rmb938) + ## 2.1.11 - 2016-07-14 * #28: Add support for locating pip on win32 (@eoghancunneen) diff --git a/virtualenvapi/__init__.py b/virtualenvapi/__init__.py index cc222ab..22f5578 100644 --- a/virtualenvapi/__init__.py +++ b/virtualenvapi/__init__.py @@ -1 +1 @@ -__version__ = '2.1.11' +__version__ = '2.1.12'