# HG changeset patch # User Kevin Bullock <kbullock@ringworld.org> # Date 1574079030 21600 # Mon Nov 18 06:10:30 2019 -0600 # Node ID 15457fc676316f0720e37b8bce02e621f78699b1 # Parent 718b9905b8546cab8f7aa9e895af8ef327127a36 compat: update testedwith and bump version number for release diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all-version-tests: 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.3 tests-4.6.2 tests-4.7.2 \ - tests-4.8.2 tests-4.9.1 tests-5.0 tests-@ + tests-4.8.2 tests-4.9.1 tests-5.0.2 tests-5.1.2 tests-5.2 tests-@ release: $(PYTHON) setup.py sdist diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -61,10 +61,10 @@ 'collections', ]) -__version__ = '0.8.12' +__version__ = '0.8.13' testedwith = ('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 4.8.2 4.9.1 5.0') + '4.7.2 4.8.2 4.9.1 5.0.2 5.1.2 5.2') buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}