From 46f038a49d13d753a7cd1cd15525c379fceaa1d9 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 24 Jan 2015 19:21:07 +0000 Subject: [PATCH] Release 2.1.2 bzr-revno: 2488 --- openlp/.version | 2 +- tests/utils/test_bzr_tags.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/.version b/openlp/.version index 3245d0c77..eca07e4c1 100644 --- a/openlp/.version +++ b/openlp/.version @@ -1 +1 @@ -2.1.0-bzr2234 +2.1.2 diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 36dacb0b6..c3a2e896e 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -45,6 +45,7 @@ TAGS = [ ['2.0', '2118'], ['2.1.0', '2119'], ['2.1.1', '2438'] + ['2.1.2', '2487'] ] # 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