Skip to content

Commit

Permalink
bump version number and update announcement text
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Jun 10, 2012
1 parent 0c282db commit fe1282d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
28 changes: 18 additions & 10 deletions announce.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
=======================
virtualenvwrapper 3.4
virtualenvwrapper 3.5
=======================

.. tags:: virtualenvwrapper release python

What is virtualenvwrapper
=========================
What is virtualenvwrapper?
==========================

virtualenvwrapper_ is a set of extensions to Ian Bicking's virtualenv_
tool. The extensions include wrappers for creating and deleting
virtual environments and otherwise managing your development workflow,
making it easier to work on more than one project at a time without
introducing conflicts in their dependencies.

What's New
==========

- Add a "lazy loading" option for startup scripts. Refer to the
`installation instructions
<http://www.doughellmann.com/docs/virtualenvwrapper/install.html#lazy-loading>`_
for more details.
What's New?
===========

- Rewrite ``command-cpvirtualenv`` to use `virtualenv-clone`_
instead of making the new environment relocatable. Contributed by
Justin Barber (barberj). This also resolves a problem
with cpvirtualenv not honoring the ``--no-site-packages`` flag
(issue 102).
- Update docs with link to `virtualenvwrapper-win`_ port by David
Marble.
- Use ``command`` to avoid functions named the same as common
utilities. (issue 119)

.. _virtualenv-clone: http://pypi.python.org/pypi/virtualenv-clone
.. _virtualenvwrapper-win: http://pypi.python.org/pypi/virtualenvwrapper-win

Installing
==========
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PROJECT = 'virtualenvwrapper'

# Change docs/sphinx/conf.py too!
VERSION = '3.4'
VERSION = '3.5'

# Bootstrap installation of Distribute
import distribute_setup
Expand Down

0 comments on commit fe1282d

Please sign in to comment.