Release 2.3.1

bzr-revno: 2586
This commit is contained in:
Raoul Snyman 2015-12-28 22:19:43 +02:00
parent b87156e104
commit ffbf75bb2f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.2
2.3.1

View File

@ -28,8 +28,8 @@ from unittest import TestCase
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'
}
'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'}
class TestBzrTags(TestCase):