Skip to content

Commit 5c59367

Browse files
author
Luiko Czub
committed
prepare release v0.6.1
1 parent 93e918b commit 5c59367

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGES.rst

+4-4
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 v0.6.1 - Under Develop
4+
TestLink-API-Python-client release notes v0.6.1 (Mar. 2015)
55
------------------------------------------------------------
6-
support for TL 1.9.13 release
6+
support for TL 1.9.13 release
77

88
Proxy configuration support in TestLinkHelper - pull request #36
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -33,11 +33,11 @@ new TestlinkAPIGeneric and TestlinkAPIClient api methods
3333
- deleteTestPlan(<testplanid>)
3434

3535
- addTestCaseKeywords(<testcaseexternalid>, <keywords>)
36-
- Attention: with TL 1.9.14, this api method will change the interface (args)
36+
Attention: with TL 1.9.14, this api method will change the interface (args)
3737
see `TL Mantis Task 6934 <http://mantis.testlink.org/view.php?id=6934>`_
3838

3939
- removeTestCaseKeywords(<testcaseexternalid>, <keywords>)
40-
- Attention: with TL 1.9.14, this api method will change the interface (args)
40+
Attention: with TL 1.9.14, this api method will change the interface (args)
4141
see `TL Mantis Task 6907 <http://mantis.testlink.org/view.php?id=6907>`_
4242

4343

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ James Stock, Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
66

77
License `Apache License 2.0`_
88

9-
.. image:: https://travis-ci.org/lczub/TestLink-API-Python-client.svg?branch=tl-future
9+
.. image:: https://travis-ci.org/lczub/TestLink-API-Python-client.svg?branch=master
1010
:target: https://travis-ci.org/lczub/TestLink-API-Python-client
1111

1212
.. contents::

doc/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TestLink-API-Python-client Installation
77
Preconditions
88
-------------
99

10-
Currently the combinations Python 2.6.9/2.7.9/3.3.5/3.4.2 and TestLink 1.9.12 are tested.
10+
Currently the combinations Python 2.6.9/2.7.9/3.3.5/3.4.2 and TestLink 1.9.13 are tested.
1111

1212
- Other combination might work - feedback is welcome :-)
1313

src/testlink/version.py

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

20-
VERSION = '0.6.1-dev46'
20+
VERSION = '0.6.1'
2121
TL_RELEASE = '1.9.13'
2222

0 commit comments

Comments
 (0)