Skip to content

Commit 55e2add

Browse files
author
Luiko Czub
committed
prepare release v0.5.2
1 parent 102c2a7 commit 55e2add

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Changes in TestLink-API-Python-client Source Distribution
22
=========================================================
33

4-
TestLink-API-Python-client UNDER DEVELOP v0.5.2
4+
TestLink-API-Python-client release notes v0.5.2 (Oct. 2014)
55
-----------------------------------------------------------
6-
support for future TL 1.9.12 release
6+
support for TestLink release 1.9.12
77

88
implement 1.9.12 new api method - getTestCaseAssignedTester #29
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -30,6 +30,7 @@ examples see `<example/TestLinkExample.py>`_
3030

3131
TestLink-API-Python-client release notes v0.5.1 (Aug. 2014)
3232
------------------------------------------------------------
33+
support for TestLink release 1.9.11
3334

3435
implement 1.9.11 api change - getLastExecutionResult #27
3536
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

doc/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TestLink-API-Python-client Installation
44
Preconditions
55
-------------
66

7-
Currently the combinations Python 2.6.6/2.7.5 and TestLink 1.9.11 are tested.
7+
Currently the combinations Python 2.6.6/2.7.8 and TestLink 1.9.12 are tested.
88

99
- Other combination might work - feedback is welcome :-)
1010

src/testlink/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# ------------------------------------------------------------------------
1919

20-
VERSION = '0.5.2-dev29'
21-
TL_RELEASE = 'DEV 1.9.12 (gitorious 9ca61c8)'
20+
VERSION = '0.5.2'
21+
TL_RELEASE = '1.9.12'
2222

0 commit comments

Comments
 (0)