Skip to content
Snippets Groups Projects
Commit 2e7eebc335d5 authored by Marcin Kasperski's avatar Marcin Kasperski
Browse files

merge

No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,4 @@
9c2241c231bb47acb902aa790fb36ee2c7a98370 1.3.7
78671ef929e60d53f458c83c4332cf501f7081cb 1.4.0
5144b5a15ea46208adb496d4436dbf47e1847f8a 1.5.0
2e907719858a16b627802385329d8c8dd420cd84 1.5.1
1.5.2
~~~~~~~~~~~~
Fixed various incompatibilities with Mercurial 6.0 (without
dropping support for older versions). Tested against hg 6.0
and various late 5.*.
1.5.1
~~~~~~~~~~~~
......@@ -1,8 +8,8 @@
1.5.1
~~~~~~~~~~~~
Fixed various incompatibilities with Mercurial 6.0 (without
dropping support for older versions).
Fixing various links as Atlassian killed Bitbucket.
Testing against hg 5.3 and 5.4.
1.5.0
~~~~~~~~~~~~
......
......@@ -206,7 +206,7 @@
.. _Clever Cloud: https://www.clever-cloud.com/
.. _Mercurial extensions I wrote: http://mekk.bitbucket.io/mercurial.html
.. _Mercurial extensions I wrote: http://code.mekk.waw.pl/mercurial.html
.. _Mercurial: http://mercurial.selenic.com
.. _Dynamic Username: https://foss.heptapod.net/mercurial/mercurial-dynamic_username/
.. _Path Pattern: https://foss.heptapod.net/mercurial/mercurial-path_pattern/
......
......@@ -2,7 +2,7 @@
from setuptools import setup
VERSION = '1.5.0'
VERSION = '1.5.1'
LONG_DESCRIPTION = open("README.rst").read()
INSTALL_REQUIRES = []
......
......@@ -65,3 +65,4 @@
py36: python -m unittest discover tests
py37: python -m unittest discover tests
py38: python -m unittest discover tests
py39: python -m unittest discover tests
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