Skip to content

Releases: devopshq/ExampleProject

Release 1.0.18 announcement

17 Jul 15:56
Compare
Choose a tag to compare

This is an example of additional release-note announcement.

Release version of ExampleProject [1.0 build 18] uploaded to PyPI:
https://pypi.python.org/pypi/dohq-example-project/1.0.18

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

Features

None

Improvements

  1. Version is added.

  2. Example of project testing is added.

Release 1.0.11 announcement

14 Jul 11:26
Compare
Choose a tag to compare

This is an example of release-note announcement.

Release version of ExampleProject [1.0 build 11] uploaded to PyPI:
https://pypi.python.org/pypi/dohq-example-project/1.0.11

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

Features

  1. Now you can install ExampleProject via pip:
    pip install dohq-example-project [--upgrade] [--pre]

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

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.