Skip to content

Commit 0742eff

Browse files
committed
bump version to 2.2.2
1 parent e7c988e commit 0742eff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/en/history.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
Release History
33
===============
44

5-
Dev
5+
2.2.2
66

77
- Integrate Fred Palmer's patch to escape more shell commands to
88
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`).
911

1012
2.2.1
1113

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
PROJECT = 'virtualenvwrapper'
4-
VERSION = '2.2.1'
4+
VERSION = '2.2.2'
55

66
# Bootstrap installation of Distribute
77
import distribute_setup

0 commit comments

Comments
 (0)