From fb75f43e12b05c16cb10ccbf76e20175eb0ca5b6 Mon Sep 17 00:00:00 2001 From: stephenhsu Date: Fri, 18 Sep 2015 13:01:46 +0800 Subject: [PATCH] update for 0.3.0 --- README.rst | 5 +++-- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f628c03..fff6637 100644 --- a/README.rst +++ b/README.rst @@ -26,10 +26,11 @@ to here_. 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, etc +* Interacts with an RTC server to retrieve objects which contain the detailed information/configuration, including Project Areas, Team Areas, Workitems, Saved Queries, etc * Creates all kinds of Workitems through self-customized templates or Copies from some existing Workitems * Add comments to the retrieved Workitems -* Query Workitems using specified filtered rules +* Add/remove subscribers to/from the retrieved Workitems +* Query Workitems using specified filtered rules or directly from your saved queries * Logs all the activities and messages during your operation diff --git a/setup.cfg b/setup.cfg index d15883c..170ab00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = rtcclient author = Di Xu -version = 0.2.0 +version = 0.3.0 author_email = stephenhsu90@gmail.com summary = RTCClient for Rational Team Concert description-file = README.rst