diff --git a/Makefile b/Makefile index 718b9905b8546cab8f7aa9e895af8ef327127a36_TWFrZWZpbGU=..15457fc676316f0720e37b8bce02e621f78699b1_TWFrZWZpbGU= 100644 --- 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 index 718b9905b8546cab8f7aa9e895af8ef327127a36_aGdnaXQvX19pbml0X18ucHk=..15457fc676316f0720e37b8bce02e621f78699b1_aGdnaXQvX19pbml0X18ucHk= 100644 --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -61,6 +61,6 @@ '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 ' @@ -65,6 +65,6 @@ 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 = {}