changeset 1047:88de3215e138 0.8.9

version: bump version number to 0.8.9
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 10 Aug 2017 14:55:28 -0400
parents cf982a23e15c
children 9254222f12f6
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py	Sat Aug 05 02:13:11 2017 +0900
+++ b/hggit/__init__.py	Thu Aug 10 14:55:28 2017 -0400
@@ -77,7 +77,7 @@
     'collections',
 ])
 
-__version__ = '0.8.8'
+__version__ = '0.8.9'
 
 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')