Skip to content

Commit 8434479

Browse files
author
Luiko Czub
committed
proxy support by Maberi #36
new class ProciedTransport extraced in separate file
1 parent 5225616 commit 8434479

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes in TestLink-API-Python-client Source Distribution
22
=========================================================
33

4+
PreRelease TestLink-API-Python-client with proxy support
5+
--------------------------------------------------------
6+
7+
Pull Request - Proxy configuration support in TestLinkHelper #36
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
411
TestLink-API-Python-client release notes v0.5.2 (Oct. 2014)
512
-----------------------------------------------------------
613
support for TestLink release 1.9.12

src/testlink/version.py

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

20-
VERSION = '0.5.2'
20+
VERSION = '0.5.3-dev-proxy'
2121
TL_RELEASE = '1.9.12'
2222

0 commit comments

Comments
 (0)