comparison hggit/__init__.py @ 1120:b90c69681d2d 0.8.11

version: bump version number to 0.8.11
author Kevin Bullock <kbullock@ringworld.org>
date Sat, 24 Feb 2018 17:22:10 -0600
parents bb255eaf3d14
children 70c9dfdb0bc1
comparison
equal deleted inserted replaced
1105:bb255eaf3d14 1120:b90c69681d2d
75 75
76 demandimport.ignore.extend([ 76 demandimport.ignore.extend([
77 'collections', 77 'collections',
78 ]) 78 ])
79 79
80 __version__ = '0.8.10' 80 __version__ = '0.8.11'
81 81
82 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' 82 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'
83 '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.3 4.4.2 4.5') 83 '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.3 4.4.2 4.5')
84 buglink = 'https://bitbucket.org/durin42/hg-git/issues' 84 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
85 85