# HG changeset patch # User Siddharth Agarwal # Date 1447047703 28800 # Node ID d7ad67f850b279c1c3caa8349d4a47cf626e6f9a # Parent 93d70993447c49d180a9c5d0ef130620fc956e33 version: bump up to 0.8.3 diff --git a/hggit/__init__.py b/hggit/__init__.py --- 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'