From 488860e49bd3ceee0bdfa185799ed14d31949b3a Mon Sep 17 00:00:00 2001 From: Di Xu Date: Fri, 19 Mar 2021 07:20:05 +0000 Subject: [PATCH] update docs for tag 0.7.0 --- AUTHORS | 2 ++ ChangeLog | 25 +++++++++++++++++++++++++ README.rst | 6 ++++-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 46a5d32..ef03378 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,5 @@ Di Xu +Di Xu Felipe Ruhland +Siddharth Kaul stephenhsu diff --git a/ChangeLog b/ChangeLog index 343fba3..840b9e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,31 @@ CHANGES ======= +0.7.0 +----- + +* update docs for tag 0.7.0 +* test against more python versions in tox and travis +* fix test error +* fix pep8 error +* Added auth tuple to the get request. Work with 6.0.6.1 Removed Post statement +* update tox command in README +* remove travis check for python 2.6 +* upgrade tox and travis python version to 3.5 +* fix #115: OrderedDict mutated during iteration +* test against py34 instead of py33 +* Pep8 is dead, long live pycodestyle +* fix unicode error when removing empty elements +* fix #96: escape xml post data +* fix bug on empty children ids: #95 +* fix issue #92: Authentication not working for bad login in 6.0.3 +* fix issue #90: item type identifier +* fix RuntimeError: OrderedDict mutated during iteration on Python 3 +* fix issue #88: workitem creation bug +* add slack badge +* fix issue #86: keyword capitalize error +* remove broken PyPI downloads badge and add saythanks badge + 0.6.0 ----- diff --git a/README.rst b/README.rst index c1ef53a..c427306 100644 --- a/README.rst +++ b/README.rst @@ -42,9 +42,11 @@ This library can help you: Python & Rational Team Concert Versions --------------------------------------- -The project has been tested against ``Rational Team Concert`` **5.0.1**, -**5.0.2** and **6.0** on Python 2.6, 2.7 and 3.3. +This project has been tested against multiple Python versions, such as 2.7, 3.5, 3.6, 3.7, 3.8 and 3.9. +Currently the newest release of **rtcclient** is **0.7.0**, which works well with ``Rational Team Concert`` 6.0.6.1 and ``ELM`` 7.0. + +For ``Rational Team Concert`` with version **5.0.1**, **5.0.2**, it is suggested to install **rtcclient** with version **0.6.0**. Important Links ---------------