Skip to content

Commit

Permalink
Add 3.9 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonchik Tsymzhitov authored and Gonchik Tsymzhitov committed Feb 28, 2020
1 parent 33bec0e commit 011b5fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

matrix:
allow_failures:
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Examples
--------
**More examples in ``examples/`` directory.**

Here's a short example how to create a Confluence page:
Here's a short example of how to create a Confluence page:

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

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

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

Credits
-------
In addition to all the contributors we would like to thank to these companies:
In addition to all the contributors we would like to thank these vendors:

* Atlassian_ for developing such a powerful ecosystem.
* JetBrains_ for providing us with free licenses of PyCharm_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
maintainer='Gonchik Tsymzhitov',
maintainer_email='gonchik.tsymzhitov@gmail.com',
url='https://github.com/atlassian-api/atlassian-python-api',
keywords='atlassian jira core software confluence bitbucket bamboo crowd portfolio tempo servicedesk jsd rest api',
keywords='atlassian jira core software confluence bitbucket bamboo crowd portfolio tempo servicedesk rest api',

packages=find_packages(),
package_dir={'atlassian': 'atlassian'},
Expand Down

0 comments on commit 011b5fc

Please sign in to comment.