aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.hgtags1
-rw-r--r--.travis.yml1
-rw-r--r--CHANGES.txt7
3 files changed, 9 insertions, 0 deletions
diff --git a/.hgtags b/.hgtags
index 2d205d99..7314696f 100644
--- a/.hgtags
+++ b/.hgtags
@@ -56,3 +56,4 @@ f30167716b659f96c5e0b7ea3d5be2bcff8c0eac 0.6.42
8951daac6c1bc7b24c7fb054fd369f2c5b88cdb3 0.7b2
35086ee286732b0f63d2be18d9f26f2734586e2d 0.6.43
63e4eb2d61204f77f9b557201a0efa187b05a611 0.7b3
+73aa98aee6bbc4a9d19a334a8ac928dece7799c6 0.6.44
diff --git a/.travis.yml b/.travis.yml
index cbc671e7..83efa5a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,6 @@ python:
- 2.6
- 2.7
- 3.2
+ - 3.3
# command to run tests
script: python setup.py test
diff --git a/CHANGES.txt b/CHANGES.txt
index 9796fd59..a11ab364 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,13 @@ Added several features that were slated for setuptools 0.6c12:
an HTTPS service.
------
+0.6.44
+------
+
+* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
+ satisfy use_setuptools.
+
+------
0.6.43
------