From 414e3a176f544e0e3a747a0a587b2714ba610867 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 30 Oct 2015 20:36:08 +0000 Subject: [PATCH] Release 2.2.1 bzr-revno: 2568 --- openlp/.version | 2 +- tests/utils/test_bzr_tags.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/openlp/.version b/openlp/.version index 8bbe6cf74..c043eea77 100644 --- a/openlp/.version +++ b/openlp/.version @@ -1 +1 @@ -2.2 +2.2.1 diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 0ea353a49..903d3fef5 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -50,7 +50,8 @@ TAGS = [ ['2.1.4', '2532'], ['2.1.5', '2543'], ['2.1.6', '2550'], - ['2.2', '2562'] + ['2.2', '2562'], + ['2.2.1', '2568'] ] # Depending on the repository, we sometimes have the 2.0.x tags in the repo too. They come up with a revision number of # "?", which I suspect is due to the fact that we're using shared repositories. This regular expression matches all