changeset 947:d7ad67f850b2 0.8.3

version: bump up to 0.8.3
author Siddharth Agarwal <sid0@fb.com>
date Sun, 08 Nov 2015 21:41:43 -0800
parents 93d70993447c
children bb0824a1f7c4
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -74,7 +74,7 @@
     'collections',
 ])
 
-__version__ = '0.8.2'
+__version__ = '0.8.3'
 
 testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'