Skip to content

Commit

Permalink
minor doc updates for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed May 18, 2017
1 parent 57d112a commit dbec1cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
CHANGES
=======

0.6.0
-----

* minor doc updates for 0.6.0 release
* add method to download attachment file
* Insure that before files will not be overridden
* upload and get attachments: implement issue #84
* fix errors in testcases due to code changes in #78
* new feature #78 add support for proxies
* downgrade flake8 version due to flake8 no longer supports Python 2.6
* Fix keyerror for directories changes
* Fix changes == None issue
* downgrade flake8 version due to flake8 no longer supports Python 2.6
* fix issue #74
* fix issue #73
* remove redundant blank lines
* minor bugs fix on fetching changed files
* add doc for Change
* implement new feature - issue #72
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This library can help you:

* Interacts with an RTC server to retrieve objects which contain the detailed information/configuration, including **Project Areas**, **Team Areas**, **Workitems** and etc;
* Creates all kinds of **Workitems** through self-customized templates or copies from some existing **Workitems**;
* Performs some actions on the retrieved **Workitems**, including get/add **Comments**, get/add/remove **Subscribers**/**Children**/**Parent**, upload **Attachments** and etc;
* Performs some actions on the retrieved **Workitems**, including get/add **Comments**, get/add/remove **Subscribers**/**Children**/**Parent**, get/upload **Attachments** and etc;
* Query **Workitems** using specified filtered rules or directly from your saved queries;
* Logs all the activities and messages during your operation;

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = rtcclient
author = Di Xu
version = 0.5.0
version = 0.6.0
author_email = stephenhsu90@gmail.com
summary = RTCClient for Rational Team Concert
description-file = README.rst
Expand Down

0 comments on commit dbec1cc

Please sign in to comment.