Skip to content

Commit

Permalink
update docs for tag 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Mar 19, 2021
1 parent bae3e17 commit 488860e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Di Xu <[email protected]>
Di Xu <[email protected]>
Felipe Ruhland <[email protected]>
Siddharth Kaul <[email protected]>
stephenhsu <[email protected]>
25 changes: 25 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down

0 comments on commit 488860e

Please sign in to comment.