Skip to content

Commit c160972

Browse files
committed
prepare 3.6.1 release
1 parent 61ee985 commit c160972

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

announce.rst

+7-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
1616
What'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

3324
Installing
3425
==========

docs/source/history.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Release 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+
513
3.6
614

715
- Switch to stevedore_ for plugin management

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
PROJECT = 'virtualenvwrapper'
4-
VERSION = '3.6'
4+
VERSION = '3.6.1'
55

66
# Bootstrap installation of Distribute
77
import distribute_setup

0 commit comments

Comments
 (0)