changeset 1075:6ef27582bfa5 0.8.10

version: bump version number to 0.8.10
author Kevin Bullock <kbullock@ringworld.org>
date Wed, 01 Nov 2017 20:23:50 -0500
parents 826363837447
children e2106162d824
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py	Wed Nov 01 19:51:22 2017 -0500
+++ b/hggit/__init__.py	Wed Nov 01 20:23:50 2017 -0500
@@ -78,7 +78,7 @@
     'collections',
 ])
 
-__version__ = '0.8.9'
+__version__ = '0.8.10'
 
 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')