Skip to content

Commit

Permalink
bump version to 2.6 and document updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Dec 26, 2010
1 parent e40bc72 commit 3c9a57e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/en/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Release History
===============

2.6

- Fixed a problem with hook script line endings under Cygwin
(:bbissue:`68`).
- Updated documentation to include a list of the compatible shells
(:ref:`supported-shells`) and Python versions
(:ref:`supported-versions`) (:bbissue:`70`).
- Fixed installation dependency on virtualenv (:bbissue:`60`).
- Fixed the method for determining the Python version so it works
under Python 2.4 (:bbissue:`61`).
- Converted the test infrastructure to use `tox
<http://codespeak.net/tox/index.html>`_ instead of home-grown
scripts in the Makefile.

2.5.3

- Point release uploaded to PyPI during outage on doughellmann.com.
Expand Down
4 changes: 4 additions & 0 deletions docs/en/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Installation
============

.. _supported-shells:

Supported Shells
================

Expand All @@ -14,6 +16,8 @@ request through the bitbucket project page. If you write a clone to
work with an incompatible shell, let me know and I will link to it
from this page.

.. _supported-versions:

Python Versions
===============

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 = '2.5.3'
VERSION = '2.6'

# Bootstrap installation of Distribute
import distribute_setup
Expand Down

0 comments on commit 3c9a57e

Please sign in to comment.