diff options
| -rw-r--r-- | CHANGES.txt | 7 | ||||
| -rw-r--r-- | setuptools.egg-info/entry_points.txt | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3df68933..5a2b17ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -41,6 +41,13 @@ CHANGES https://bootstrap.pypa.io/ez_setup.py (mirrored from former location). ----- +3.4.5 +----- + +* Issue #185: Applied patch and added regression tests for making + svn tagging work on the new style SVN metadata. + +----- 3.4.4 ----- diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index de842da8..c345395d 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -1,6 +1,6 @@ [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-3.4 = setuptools.command.easy_install:main +easy_install-3.3 = setuptools.command.easy_install:main [distutils.commands] alias = setuptools.command.alias:alias |
