# HG changeset patch # User Kevin Bullock # Date 1502391328 14400 # Node ID 88de3215e1389966053b6b10e93e5a3132625060 # Parent cf982a23e15c70f01b54603e828f750f5c7b3e8e version: bump version number to 0.8.9 diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -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')