Skip to content

Commit fe1282d

Browse files
committed
bump version number and update announcement text
1 parent 0c282db commit fe1282d

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

announce.rst

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
=======================
2-
virtualenvwrapper 3.4
2+
virtualenvwrapper 3.5
33
=======================
44

55
.. tags:: virtualenvwrapper release python
66

7-
What is virtualenvwrapper
8-
=========================
7+
What is virtualenvwrapper?
8+
==========================
99

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

16-
What's New
17-
==========
18-
19-
- Add a "lazy loading" option for startup scripts. Refer to the
20-
`installation instructions
21-
<http://www.doughellmann.com/docs/virtualenvwrapper/install.html#lazy-loading>`_
22-
for more details.
16+
What's New?
17+
===========
18+
19+
- Rewrite ``command-cpvirtualenv`` to use `virtualenv-clone`_
20+
instead of making the new environment relocatable. Contributed by
21+
Justin Barber (barberj). This also resolves a problem
22+
with cpvirtualenv not honoring the ``--no-site-packages`` flag
23+
(issue 102).
24+
- Update docs with link to `virtualenvwrapper-win`_ port by David
25+
Marble.
26+
- Use ``command`` to avoid functions named the same as common
27+
utilities. (issue 119)
28+
29+
.. _virtualenv-clone: http://pypi.python.org/pypi/virtualenv-clone
30+
.. _virtualenvwrapper-win: http://pypi.python.org/pypi/virtualenvwrapper-win
2331

2432
Installing
2533
==========

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PROJECT = 'virtualenvwrapper'
44

55
# Change docs/sphinx/conf.py too!
6-
VERSION = '3.4'
6+
VERSION = '3.5'
77

88
# Bootstrap installation of Distribute
99
import distribute_setup

0 commit comments

Comments
 (0)