From 163d536b7557927c6db1c63881bd92dd04d10ee8 Mon Sep 17 00:00:00 2001 From: Kimberly Date: Mon, 12 Nov 2018 14:09:46 -0700 Subject: [PATCH 1/2] updated the changelog to warn about breaking changes --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 0b4acac..781f9df 100755 --- a/README.rst +++ b/README.rst @@ -98,6 +98,12 @@ Resources CHANGELOG ^^^^^^^^^^^^^^ +version 2.1.5 +************* +**Breaks backwards compatibility**: + +- The Axe class method ``execute`` has been renamed to ``run`` to mirror the method in the axe-core API. + version 2.1.0 ************** - Created package.json file to maintain axe-core dependency From c2299cb3f23e6215a9e69875813bf5781fd76b6a Mon Sep 17 00:00:00 2001 From: Kimberly Date: Mon, 21 Oct 2019 12:46:07 -0600 Subject: [PATCH 2/2] updating versioning for pypi release --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e162648..ed58bbd 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ setup( name="axe-selenium-python", use_scm_version=True, + setup_requires=["setuptools_scm"], description="Python library to integrate axe and selenium for web \ accessibility testing.", long_description=open("README.rst").read(),