Skip to content
Snippets Groups Projects
Commit 15457fc6 authored by Kevin Bullock's avatar Kevin Bullock
Browse files

compat: update testedwith and bump version number for release

parent 718b9905
No related branches found
Tags 0.8.13
No related merge requests found
......@@ -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
......
......@@ -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 = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment