changeset 1002:6d1c19dceaf4

tests: update list of versions we've tested with to include 4.0.1
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 05 Dec 2016 18:32:05 -0600
parents fa23c454c528
children 06d523eb596a
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py	Thu Nov 17 16:22:42 2016 -0800
+++ b/hggit/__init__.py	Mon Dec 05 18:32:05 2016 -0600
@@ -80,7 +80,7 @@
 __version__ = '0.8.5'
 
 testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3'
-              '3.8.4 3.9')
+              '3.8.4 3.9.2 4.0.1')
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}