File tree 3 files changed +16
-17
lines changed
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
+ =========================
4
4
5
5
.. tags :: virtualenvwrapper release python
6
6
@@ -16,19 +16,10 @@ introducing conflicts in their dependencies.
16
16
What's New?
17
17
===========
18
18
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.
32
23
33
24
Installing
34
25
==========
Original file line number Diff line number Diff line change 2
2
Release History
3
3
===============
4
4
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
+
5
13
3.6
6
14
7
15
- Switch to stevedore _ for plugin management
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
3
3
PROJECT = 'virtualenvwrapper'
4
- VERSION = '3.6'
4
+ VERSION = '3.6.1 '
5
5
6
6
# Bootstrap installation of Distribute
7
7
import distribute_setup
You can’t perform that action at this time.
0 commit comments