diff options
-rw-r--r-- | docs/index.txt | 10 | ||||
-rw-r--r-- | setup.cfg | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/docs/index.txt b/docs/index.txt index b1b8e93..506ff15 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -307,8 +307,11 @@ Other Documentation and Links Changes & News -------------- -hg tip -~~~~~~ +1.3.4 +~~~~~ + +* Virtualenv now copies the actual embedded Python binary on + Mac OS X to fix a hang on Snow Leopard (10.6). * Fail more gracefully on Windows when ``win32api`` is not installed. @@ -325,9 +328,6 @@ hg tip * Added support for the Debian/Ubuntu ``/usr/lib/pythonX.Y/dist-packages`` directory. -* Virtualenv now copies the actual embedded Python binary on - Mac OS X to fix a hang on Snow Leopard (10.6). - * Set ``distutils.sysconfig.get_config_vars()['LIBDIR']`` (based on ``sys.real_prefix``) which is reported to help building on Windows. @@ -1,3 +1,2 @@ [egg_info] -tag_build = dev -tag_svn_revision = true +#tag_build = dev |