# HG changeset patch # User Augie Fackler # Date 1422634090 18000 # Node ID cf3dafce0611cf940945fdedb4cf5cb1091bc30c # Parent 15d2b119ca993e010ea63f4e6ccf6707f9a7a610 Bump testedwith and hg-git version for release. diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -54,7 +54,7 @@ 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 = {} diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 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',