Skip to content

Commit

Permalink
prepare 3.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Mar 8, 2013
1 parent 05549fe commit 84b0916
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
23 changes: 7 additions & 16 deletions announce.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=======================
virtualenvwrapper 3.6
=======================
=========================
virtualenvwrapper 3.6.1
=========================

.. tags:: virtualenvwrapper release python

Expand All @@ -16,19 +16,10 @@ introducing conflicts in their dependencies.
What's New?
===========

- Switch to stevedore_ for plugin management
- mkvirtualenv_help should use ``$VIRTUALENVWRAPPER_PYTHON`` instead
of calling ``virtualenv`` directly (issue 148).
- Fix issue with lazy-loader code under zsh (issue 144).
- Fix issue with ``noclobber`` option under zsh
(issue 137). Fix based on patch from rob_b.
- Fix documentation for ``add2virtualenv`` to show the correct name
for the file containing the new path entry. (contributed by
rvoicilas)
- Fix problem with ``virtualenvwrapper_show_workon_options`` under
zsh with ``chpwd`` functions that produce output. (issue 153)

.. _stevedore: http://pypi.python.org/pypi/stevedore
- Replace realpath with a more portable way of converting a relative
path to an absolute path, used with the ``--python`` option to
mkvirtualenv (contributed by Radu Voicilas).
- Posted release to PyPI, resolving download redirect issue.

Installing
==========
Expand Down
8 changes: 8 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Release History
===============

3.6.1

- Replace realpath with a more portable way of converting a relative
path to an absolute path, used with the ``--python`` option to
mkvirtualenv (contributed by Radu Voicilas, :bbuser:`rvoicilas`).
- Posted release to PyPI, resolving download redirect
issue. (:bbissue:`171` and :bbissue:`172`)

3.6

- Switch to stevedore_ for plugin management
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

PROJECT = 'virtualenvwrapper'
VERSION = '3.6'
VERSION = '3.6.1'

# Bootstrap installation of Distribute
import distribute_setup
Expand Down

0 comments on commit 84b0916

Please sign in to comment.