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