changeset 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 95313c566378
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py	Tue Feb 06 12:12:49 2018 -0600
+++ b/hggit/__init__.py	Sat Feb 24 17:22:10 2018 -0600
@@ -77,7 +77,7 @@
     'collections',
 ])
 
-__version__ = '0.8.10'
+__version__ = '0.8.11'
 
 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.2 4.0.2 4.1.3 4.2.3 4.3.3 4.4.2 4.5')