File tree Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1- =======================
2- virtualenvwrapper 3.6
3- =======================
1+ =========================
2+ virtualenvwrapper 3.6.1
3+ =========================
44
55.. tags :: virtualenvwrapper release python
66
@@ -16,19 +16,10 @@ introducing conflicts in their dependencies.
1616What's New?
1717===========
1818
19- - Switch to stevedore _ for plugin management
20- - mkvirtualenv_help should use ``$VIRTUALENVWRAPPER_PYTHON `` instead
21- of calling ``virtualenv `` directly (issue 148).
22- - Fix issue with lazy-loader code under zsh (issue 144).
23- - Fix issue with ``noclobber `` option under zsh
24- (issue 137). Fix based on patch from rob_b.
25- - Fix documentation for ``add2virtualenv `` to show the correct name
26- for the file containing the new path entry. (contributed by
27- rvoicilas)
28- - Fix problem with ``virtualenvwrapper_show_workon_options `` under
29- zsh with ``chpwd `` functions that produce output. (issue 153)
30-
31- .. _stevedore : http://pypi.python.org/pypi/stevedore
19+ - Replace realpath with a more portable way of converting a relative
20+ path to an absolute path, used with the ``--python `` option to
21+ mkvirtualenv (contributed by Radu Voicilas).
22+ - Posted release to PyPI, resolving download redirect issue.
3223
3324Installing
3425==========
Original file line number Diff line number Diff line change 22Release History
33===============
44
5+ 3.6.1
6+
7+ - Replace realpath with a more portable way of converting a relative
8+ path to an absolute path, used with the ``--python `` option to
9+ mkvirtualenv (contributed by Radu Voicilas, :bbuser: `rvoicilas `).
10+ - Posted release to PyPI, resolving download redirect
11+ issue. (:bbissue: `171 ` and :bbissue: `172 `)
12+
5133.6
614
715 - Switch to stevedore _ for plugin management
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
33PROJECT = 'virtualenvwrapper'
4- VERSION = '3.6'
4+ VERSION = '3.6.1 '
55
66# Bootstrap installation of Distribute
77import distribute_setup
You can’t perform that action at this time.
0 commit comments