From 0e8dc032dac4e78809216c174d01de78fcb30634 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 10 Jan 2016 15:15:22 +0200 Subject: [PATCH] Release 2.3.2 bzr-revno: 2602 --- openlp/.version | 2 +- tests/utils/test_bzr_tags.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/.version b/openlp/.version index 2bf1c1ccf..f90b1afc0 100644 --- a/openlp/.version +++ b/openlp/.version @@ -1 +1 @@ -2.3.1 +2.3.2 diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 34066452f..a92253814 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -29,7 +29,7 @@ from subprocess import Popen, PIPE TAGS1 = {'1.9.0', '1.9.1', '1.9.2', '1.9.3', '1.9.4', '1.9.5', '1.9.6', '1.9.7', '1.9.8', '1.9.9', '1.9.10', '1.9.11', '1.9.12', '2.0', '2.1.0', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.2', - '2.3.1'} + '2.3.1', '2.3.2'} class TestBzrTags(TestCase):