Skip to content

Commit 7657a9d

Browse files
author
Luiko Czub
committed
copyright and doc update for release 0.6.4
1 parent 3548a32 commit 7657a9d

28 files changed

+31
-31
lines changed

CHANGES.rst

+3-3
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.4 - Under Develop
5-
-------------------------------------------------
6-
support for TL 1.9.16 release and py27, py34 and py35
4+
TestLink-API-Python-client release notes v0.6.4 (Mar. 2017)
5+
-----------------------------------------------------------
6+
support for TL 1.9.16 release and py27, py34, py35 and py36
77

88
implement 1.9.16 new api interfaces - #80
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TestLink API Python Client
22
==========================
33

4-
Copyright 2011-2016
4+
Copyright 2011-2017
55
James Stock, Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
66

77
License `Apache License 2.0`_

example/TestLinkExample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2016 Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2011-2017 Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

example/TestLinkExampleGenericApi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

example/TestLinkExample_CF_KW.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

robot/TestlinkAPILibrary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014-2016 Luiko Czub
4+
# Copyright 2014-2017 Luiko Czub
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

robot/TestlinkSeLibExtension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014-2016 Luiko Czub
4+
# Copyright 2014-2017 Luiko Czub
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

robot/tlapi.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Luiko Czub
1+
# Copyright 2014-2017 Luiko Czub
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

robot/tlweb.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Luiko Czub
1+
# Copyright 2014-2017 Luiko Czub
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

robot/tlweb_resource.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2016 Luiko Czub
1+
# Copyright 2014-2017 Luiko Czub
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under Apache 2.0
77
#

src/testlink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 TestLink-API-Python-client developers
4+
# Copyright 2012-2017 TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/proxiedtransport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014-2016 Mario Benito, TestLink-API-Python-client developers
4+
# Copyright 2014-2017 Mario Benito, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2016 Luiko Czub, Olivier Renault, James Stock, TestLink-API-Python-client developers
4+
# Copyright 2011-2017 Luiko Czub, Olivier Renault, James Stock, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkapigeneric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkargs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkdecorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkerrors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Patrick Dassier, Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Patrick Dassier, Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkhelper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 TestLink-API-Python-client developers
4+
# Copyright 2013-2017 TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -17,6 +17,6 @@
1717
#
1818
# ------------------------------------------------------------------------
1919

20-
VERSION = '0.6.4-dev084'
20+
VERSION = '0.6.4'
2121
TL_RELEASE = '1.9.16'
2222

test/utest-offline/testlinkapi_offline_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-offline/testlinkapigeneric_offline_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-offline/testlinkargs_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-offline/testlinkdecorators_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-offline/testlinkhelper_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-online/testlinkapi_callserver_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-online/testlinkapi_generic_online_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest-online/testlinkapi_online_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2016 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2017 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)