From f36a9c29dcd5524c10c1da6b65a3809f58835035 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 23 Aug 2015 21:04:23 +0200 Subject: [PATCH] Release 2.1.6 bzr-revno: 2550 --- 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 cd57a8b95..399088bf4 100644 --- a/openlp/.version +++ b/openlp/.version @@ -1 +1 @@ -2.1.5 +2.1.6 diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 3d1fdec4d..59940df4a 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -48,7 +48,8 @@ TAGS = [ ['2.1.2', '2488'], ['2.1.3', '2513'], ['2.1.4', '2532'], - ['2.1.5', '2543'] + ['2.1.5', '2543'], + ['2.1.6', '2550'] ] # 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