We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c988e commit 0742effCopy full SHA for 0742eff
docs/en/history.rst
@@ -2,10 +2,12 @@
2
Release History
3
===============
4
5
-Dev
+2.2.2
6
7
- Integrate Fred Palmer's patch to escape more shell commands to
8
avoid aliases. Resolves :bbissue:`57`.
9
+ - Fix a problem with egrep argument escaping (:bbissue:`55`).
10
+ - Fix a problem with running mkvirtualenv without arguments (:bbissue:`56`).
11
12
2.2.1
13
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
PROJECT = 'virtualenvwrapper'
-VERSION = '2.2.1'
+VERSION = '2.2.2'
# Bootstrap installation of Distribute
import distribute_setup
0 commit comments