Skip to content

Commit bdde6dc

Browse files
committed
bump version to 2.2.1
1 parent 753b0af commit bdde6dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release History
33
===============
44

5-
Dev
5+
2.2.1
66

77
- Escape ``which`` calls to avoid aliases. Resolves :bbissue:`46`.
88
- Integrate Manuel Kaufmann's patch to unset GREP_OPTIONS before

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'
4+
VERSION = '2.2.1'
55

66
# Bootstrap installation of Distribute
77
import distribute_setup

0 commit comments

Comments
 (0)