Skip to content

Commit 7a5ba98

Browse files
committed
Prep 3.7.1 release
1 parent 5cef966 commit 7a5ba98

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

announce.rst

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=======================
2-
virtualenvwrapper 3.7
3-
=======================
1+
=========================
2+
virtualenvwrapper 3.7.1
3+
=========================
44

55
.. tags:: virtualenvwrapper release python
66

@@ -16,20 +16,13 @@ introducing conflicts in their dependencies.
1616
What's New?
1717
===========
1818

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
19+
- Rename functions for generating help so they do not pollute the
20+
global namespace, and especially so they do not interfere with tab
21+
completion. Contributed by ``davidszotten``.
22+
- Fix an issue with listing project templates if none are installed.
23+
- Fix an issue with the ``--python`` option to ``mkvirtualenv``
24+
becoming *sticky* for future calls that do not explicitly specify
25+
the option.
3326

3427
Installing
3528
==========
@@ -39,4 +32,4 @@ installation instructions.
3932

4033
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
4134

42-
.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper/
35+
.. _virtualenvwrapper: http://virtualenvwrapper.readthedocs.org/en/latest/

docs/source/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+
3.7.1
66

77
- Rename functions for generating help so they do not pollute the
88
global namespace, and especially so they do not interfere with tab

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

66
# Bootstrap installation of Distribute
77
import distribute_setup

0 commit comments

Comments
 (0)