File tree 3 files changed +19
-9
lines changed
3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
- =========================
2
- virtualenvwrapper 3.6.1
3
- =========================
1
+ =======================
2
+ virtualenvwrapper 3.7
3
+ =======================
4
4
5
5
.. tags :: virtualenvwrapper release python
6
6
@@ -16,10 +16,20 @@ introducing conflicts in their dependencies.
16
16
What's New?
17
17
===========
18
18
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.
19
+ - Improve tab-completion support for users of the lazy-loading
20
+ mode.
21
+ - Add ``--help `` option to ``mkproject ``.
22
+ - Add ``--help `` option to ``workon ``.
23
+ - Turn off logging from the hook loader by default, and replace
24
+ ``VIRTUALENVWRAPPER_LOG_DIR `` environment variable with
25
+ ``VIRTUALENVWRAPPER_LOG_FILE ``. The rotating log behavior remains
26
+ the same. The motivation for this change is the race condition
27
+ caused by that rotating behavior, especially when the wrappers are
28
+ being used by users with different permissions and
29
+ umasks.
30
+ - Use flake8 _ for style checking.
31
+
32
+ .. _flake8 : https://pypi.python.org/pypi/flake8
23
33
24
34
Installing
25
35
==========
Original file line number Diff line number Diff line change 2
2
Release History
3
3
===============
4
4
5
- dev
5
+ 3.7
6
6
7
7
- Improve tab-completion support for users of the lazy-loading
8
8
mode. (:bbuser: `upsuper `)
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.1 '
4
+ VERSION = '3.7 '
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