# HG changeset patch # User Kevin Bullock # Date 1539571355 18000 # Node ID c651bb6fcf332a156701c3d738920676e251facb # Parent 56a3fc2086b359062f7eae2f1820e39e1d23fed4 compat: update testedwith and bump version number for release diff -r 56a3fc2086b3 -r c651bb6fcf33 Makefile --- a/Makefile Wed Feb 07 22:42:32 2018 -0600 +++ b/Makefile Sun Oct 14 21:42:35 2018 -0500 @@ -32,6 +32,6 @@ all-version-tests: tests-2.8.2 tests-2.9.2 tests-3.0.2 tests-3.1.2 tests-3.2.4 \ tests-3.3.3 tests-3.4.2 tests-3.5.2 tests-3.6.3 tests-3.7.3 tests-3.8.4 \ tests-3.9.2 tests-4.0.2 tests-4.1.3 tests-4.2.3 tests-4.3.3 tests-4.4.2 \ - tests-4.5 tests-@ + tests-4.5.3 tests-4.6.2 tests-4.7.2 tests-@ .PHONY: tests all-version-tests diff -r 56a3fc2086b3 -r c651bb6fcf33 hggit/__init__.py --- a/hggit/__init__.py Wed Feb 07 22:42:32 2018 -0600 +++ b/hggit/__init__.py Sun Oct 14 21:42:35 2018 -0500 @@ -81,10 +81,10 @@ 'collections', ]) -__version__ = '0.8.11' +__version__ = '0.8.12' -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.3 4.4.2 4.5') +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.3 4.4.2 4.5.3 4.6.2 4.7.2') buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}