17
0

- Update to 3.7.1:

- Rename functions for generating help so they do not pollute the
    global namespace, and especially so they do not interfere with
    tab completion. Contributed by davidszotten.
  - Fix an issue with listing project templates if none are
    installed. (#179)
  - Fix an issue with the --python option to mkvirtualenv becoming
    *sticky* for future calls that do not explicitly specify the
    option. (#178)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=37
This commit is contained in:
Alexandre Rogoski
2013-04-08 02:35:38 +00:00
committed by Git OBS Bridge
parent fda026b0cb
commit 6efdeecc2c
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 8 02:33:16 UTC 2013 - alexandre@exatati.com.br
- Update to 3.7.1:
- Rename functions for generating help so they do not pollute the
global namespace, and especially so they do not interfere with
tab completion. Contributed by davidszotten.
- Fix an issue with listing project templates if none are
installed. (#179)
- Fix an issue with the --python option to mkvirtualenv becoming
*sticky* for future calls that do not explicitly specify the
option. (#178)
-------------------------------------------------------------------
Sat Mar 16 18:08:16 UTC 2013 - alexandre@exatati.com.br