diff options
| author | Philip Thiem <ptthiem@gmail.com> | 2014-05-31 09:42:49 -0500 |
|---|---|---|
| committer | Philip Thiem <ptthiem@gmail.com> | 2014-05-31 09:42:49 -0500 |
| commit | 0b70ebffe2c8cacc4c229c21286e74d0d2ebbd65 (patch) | |
| tree | 948b90d4e28e730d24b60dc58b5914ac13b493e6 | |
| parent | c1d08d7441c9fc059241232eb7323d2a90d12b6e (diff) | |
| download | python-setuptools-git-0b70ebffe2c8cacc4c229c21286e74d0d2ebbd65.tar.gz | |
Moved the additions to the change file up, after rebasing.
--HG--
branch : develop
| -rw-r--r-- | CHANGES.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 73569cc9..ebc13373 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,15 @@ CHANGES ======= +----- +3.7.? +----- + +* Issue #185: Make svn tagging work on the new style SVN metadata. + Thanks cazabon! +* Prune revision control directories (e.g .svn) from base path + as well as sub-directories. + --- 3.7 --- @@ -41,15 +50,6 @@ 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. -* Prune revision control directories (e.g .svn) from base path - as well as subfolders. - ------ 3.4.4 ----- |
