changeset 977:22a12bf143a3 0.8.4

version: bump up to 0.8.4
author Siddharth Agarwal <sid0@fb.com>
date Sat, 02 Jan 2016 03:39:18 -0800
parents 97528d49ae5b
children d07933271233
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
@@ -76,7 +76,7 @@
     'collections',
 ])
 
-__version__ = '0.8.3'
+__version__ = '0.8.4'
 
 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'