Skip to content

Commit 82ba327

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2019-03-06) ### Bug Fixes * **response:** remove deprecated debug outputs ([70dbe7e](70dbe7e))
1 parent 70dbe7e commit 82ba327

36 files changed

+407
-368
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.2](https://github.com/hexonet/python-sdk/compare/v2.0.1...v2.0.2) (2019-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **response:** remove deprecated debug outputs ([70dbe7e](https://github.com/hexonet/python-sdk/commit/70dbe7e))
7+
18
## [2.0.1](https://github.com/hexonet/python-sdk.git/compare/v2.0.0...v2.0.1) (2018-10-31)
29

310

2.4 KB
Binary file not shown.
1.44 KB
Binary file not shown.
834 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

-69 Bytes
Binary file not shown.
-71 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5d8da208bbc947b1dd87444093d7b16a
3+
config: f1a5338c3e4f4af1c116b6f859bb7127
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_sources/developmentguide.rst.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ Pull Request (PR) Procedure
6060
* fork our project and create a new branch.
6161
* clone it and check this branch out
6262
* apply your desired changes / extensions
63-
* commit and push it to remote
64-
* open a pull request (PR)
63+
* commit and push it to remote. Please follow these format rules_.
64+
We suggest to use commitizen_.
65+
* open a pull request (PR) - check results of Travis CI.
66+
There are possibly Code issues you can correct.
6567

6668
**We care then about the rest** - no need to worry about things like
6769
building current realease and versioning.
@@ -73,6 +75,9 @@ TIA for your PR and thus for your support of this project. As we have
7375
further SDKs in other languages, it might take a bit of time to check
7476
if we can role out that PR as we want to keep all our SDKs aligned.
7577

78+
.. _rules: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)
79+
.. _commitizen: https://github.com/commitizen/cz-cli/blob/master/README.md
80+
7681
Versioning
7782
----------
7883

docs/_build/html/_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_build/html/_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for all documentation.
66
*
7-
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

0 commit comments

Comments
 (0)