Skip to content

Release 1.0.6 announcement

Compare
Choose a tag to compare
@Tim55667757 Tim55667757 released this 13 Jul 13:52
· 172 commits to master since this release

Release version of TFS API Python client [1.0 build 6] uploaded to PyPI:
https://pypi.python.org/pypi/dohq-tfs/1.0.6

Please report new bugs or the required functionality in new tasks.

TFS Python Library is a TFS API Python client that can work with TFS workflow and workitems.

This tool allows:

  1. Get WorkItems (WI).
  2. Set WI fields.
  3. Run WI search queries.
  4. Work with TFVC changesets.
  5. Work with TFS Projects.

Features

  1. Now you can install TFS API Python client via pip:
    pip install dohq-tfs [--upgrade] [--pre]

  2. Documentation auto-updated from README.md on the GitHub-pages. More usage examples added: https://devopshq.github.io/tfs/

Improvements

  1. Build-process realized using Travis-CI. After success build TFS API Python client auto-uploaded to PyPI: .tar.gz and .whl archives are suported.

  2. Badges with links and actual statuses from Travis-CI, PyPI and Codacy services added to README.md.

  3. Some unit-tests on base routines added.