Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
Enable CD
  • Loading branch information
penguinolog committed Dec 1, 2017
1 parent 5348adc commit a225c53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ For code checking several CI systems is used in parallel:
1. `Travis CI: <https://travis-ci.org/penguinolog/advanced-descriptors>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.

2. `coveralls: <https://coveralls.io/github/penguinolog/advanced-descriptors>`_ is used for coverage display.

CD system
=========
`Travis CI: <https://travis-ci.org/penguinolog/logwrap>`_ is used for package delivery on PyPI.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* [ ] CD system
* [X] CD system

* [ ] Documentation
2 changes: 1 addition & 1 deletion advanced_descriptors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'AdvancedProperty',
)

__version__ = '0.5.0'
__version__ = '0.5.1'
__author__ = "Alexey Stepanov"
__author_email__ = 'penguinolog@gmail.com'
__url__ = 'https://github.com/penguinolog/advanced-descriptors'
Expand Down

0 comments on commit a225c53

Please sign in to comment.