Skip to content

Commit 011b5fc

Browse files
Gonchik TsymzhitovGonchik Tsymzhitov
authored andcommitted
Add 3.9 as supported version
1 parent 33bec0e commit 011b5fc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.6"
88
- "3.7"
99
- "3.8"
10+
- "3.9"
1011

1112
matrix:
1213
allow_failures:

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Examples
2020
--------
2121
**More examples in ``examples/`` directory.**
2222

23-
Here's a short example how to create a Confluence page:
23+
Here's a short example of how to create a Confluence page:
2424

2525
.. code-block:: python
2626
@@ -81,7 +81,7 @@ Example to get your requests:
8181
data = sd.get_my_customer_requests()
8282
print(data)
8383
84-
If you want to see the response in pretty print format json. Feel free for use construction like:
84+
If you want to see the response in pretty print format JSON. Feel free for use construction like:
8585

8686
.. code-block:: python
8787
@@ -94,9 +94,9 @@ Development and Deployment (For contributors)
9494
---------------------------------------------
9595
First of all, I am happy for any PR requests.
9696
Let's fork and provide your changes :)
97-
See the `Contribution guidelines for this project`_ for details on how to make changes to this library.
97+
See the `Contribution Guidelines for this project`_ for details on how to make changes to this library.
9898

99-
.. _Contribution guidelines for this project: CONTRIBUTING.rst
99+
.. _Contribution Guidelines for this project: CONTRIBUTING.rst
100100
.. |Build Status| image:: https://travis-ci.org/atlassian-api/atlassian-python-api.svg?branch=master
101101
:target: https://pypi.python.org/pypi/atlassian-python-api
102102
:alt: Build status
@@ -118,7 +118,7 @@ See the `Contribution guidelines for this project`_ for details on how to make c
118118

119119
Credits
120120
-------
121-
In addition to all the contributors we would like to thank to these companies:
121+
In addition to all the contributors we would like to thank these vendors:
122122

123123
* Atlassian_ for developing such a powerful ecosystem.
124124
* JetBrains_ for providing us with free licenses of PyCharm_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
maintainer='Gonchik Tsymzhitov',
2121
maintainer_email='[email protected]',
2222
url='https://github.com/atlassian-api/atlassian-python-api',
23-
keywords='atlassian jira core software confluence bitbucket bamboo crowd portfolio tempo servicedesk jsd rest api',
23+
keywords='atlassian jira core software confluence bitbucket bamboo crowd portfolio tempo servicedesk rest api',
2424

2525
packages=find_packages(),
2626
package_dir={'atlassian': 'atlassian'},

0 commit comments

Comments
 (0)