Bump testedwith and hg-git version for release.
2 files changed, 2 insertions(+), 2 deletions(-)

M hggit/__init__.py
M setup.py
M hggit/__init__.py +1 -1
@@ 54,7 54,7 @@ import gitrepo, hgrepo, util
 from git_handler import GitHandler
 import verify
 
-testedwith = '2.8.2 3.0.1 3.1 3.2.2'
+testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}

          
M setup.py +1 -1
@@ 11,7 11,7 @@ except ImportError:
 
 setup(
     name='hg-git',
-    version='0.7.0',
+    version='0.8.0',
     author='The hg-git Authors',
     maintainer='Augie Fackler',
     maintainer_email='durin42@gmail.com',