File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changes in TestLink-API-Python-client Source Distribution
2
2
=========================================================
3
3
4
- TestLink-API-Python-client UNDER DEVELOP v0.5.2
4
+ TestLink-API-Python-client release notes v0.5.2 (Oct. 2014)
5
5
-----------------------------------------------------------
6
- support for future TL 1.9.12 release
6
+ support for TestLink release 1.9.12
7
7
8
8
implement 1.9.12 new api method - getTestCaseAssignedTester #29
9
9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -30,6 +30,7 @@ examples see `<example/TestLinkExample.py>`_
30
30
31
31
TestLink-API-Python-client release notes v0.5.1 (Aug. 2014)
32
32
------------------------------------------------------------
33
+ support for TestLink release 1.9.11
33
34
34
35
implement 1.9.11 api change - getLastExecutionResult #27
35
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TestLink-API-Python-client Installation
4
4
Preconditions
5
5
-------------
6
6
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.
8
8
9
9
- Other combination might work - feedback is welcome :-)
10
10
Original file line number Diff line number Diff line change 17
17
#
18
18
# ------------------------------------------------------------------------
19
19
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'
22
22
You can’t perform that action at this time.
0 commit comments