From dbec1cc87281af3aff9846c1f5f62097b9716406 Mon Sep 17 00:00:00 2001 From: stephenhsu Date: Thu, 18 May 2017 10:56:22 +0800 Subject: [PATCH] minor doc updates for 0.6.0 release --- ChangeLog | 11 +++++++++-- README.rst | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2262d0..343fba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README.rst b/README.rst index c4fcfcf..6c259e4 100644 --- a/README.rst +++ b/README.rst @@ -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; diff --git a/setup.cfg b/setup.cfg index db28af6..c62d65b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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