Bump testedwith and hg-git version for release.
author |
Augie Fackler <raf@durin42.com> |
date |
Fri, 30 Jan 2015 11:08:10 -0500 |
parents |
15d2b119ca99 |
children |
aedd9b232115 |
files |
hggit/__init__.py setup.py |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- 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 = {}
--- 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',