diff --git a/openlp/.version b/openlp/.version index 7d2ed7c70..cd57a8b95 100644 --- a/openlp/.version +++ b/openlp/.version @@ -1 +1 @@ -2.1.4 +2.1.5 diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 0cd4b7d08..3d1fdec4d 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -47,7 +47,8 @@ TAGS = [ ['2.1.1', '2438'], ['2.1.2', '2488'], ['2.1.3', '2513'], - ['2.1.4', '2532'] + ['2.1.4', '2532'], + ['2.1.5', '2543'] ] # 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