From 380ca7eb29e18cae0821d0f130dc2e39fe7248e7 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 17 May 2019 09:03:48 +1000 Subject: [PATCH] Minor changes --- README.md | 8 ++++++++ pactman/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45136a4..cb53aaa 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,14 @@ From there you can use pip to install it: ## Release History +2.22.0 + +- Better implementation of change in 2.21.0 + +2.21.0 + +- Handle warning level messages in command line output handler + 2.20.0 - Fix pytest mode to correctly detect array element rule failure as a pytest failure diff --git a/pactman/__version__.py b/pactman/__version__.py index 397e37c..fe1f0f4 100644 --- a/pactman/__version__.py +++ b/pactman/__version__.py @@ -1 +1 @@ -__version__ = '2.20.1' +__version__ = '2.22.0'