Skip to content

Commit c631505

Browse files
author
Luiko Czub
committed
py33 and py34 development by manojkml
1 parent c9b1b8d commit c631505

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes in TestLink-API-Python-client Source Distribution
22
=========================================================
33

4-
TestLink-API-Python-client release notes v0.6 (Nov. 2014)
5-
---------------------------------------------------------
4+
TestLink-API-Python-client release notes v0.6.0 - under develop
5+
---------------------------------------------------------------
66
support for python 3 (3.3 and 3.4)
77
added tox, pytest and travis for tests and ci
88

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ how existing code can be adapted
8181

8282
TestLink-API-Python-client developers
8383
-------------------------------------
84-
* `James Stock`_, `Olivier Renault`_, `lczub`_
84+
* `James Stock`_, `Olivier Renault`_, `lczub`_, `manojklm`_ (PY3)
8585
* `g4l4drim`_, `pade`_, `anton-matosov`_, `citizen-stig`_, `charz`_
8686
* anyone forgotten?
8787

@@ -102,4 +102,5 @@ TestLink-API-Python-client developers
102102
.. _lczub: https://github.com/lczub/TestLink-API-Python-client
103103
.. _anton-matosov: https://github.com/anton-matosov/TestLink-API-Python-client
104104
.. _citizen-stig: https://github.com/citizen-stig/TestLink-API-Python-client
105-
.. _charz: https://github.com/charz/TestLink-API-Python-client.git
105+
.. _charz: https://github.com/charz/TestLink-API-Python-client.git
106+
.. _manojklm: https://github.com/manojklm/TestLink-API-Python-client

src/testlink/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# ------------------------------------------------------------------------
1919

20-
VERSION = '0.6'
20+
VERSION = '0.6.0-dev'
2121
TL_RELEASE = '1.9.12'
2222

0 commit comments

Comments
 (0)