Skip to content

Commit

Permalink
Merge branch 'master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Dec 23, 2019
2 parents 8ec878b + 2872be7 commit d13004c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isogeo_pysdk/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__summary__ = "API wrapper for the Isogeo REST API"
__uri__ = "https://github.com/isogeo/isogeo-api-py-minsdk/"

__version__ = "3.2.5"
__version__ = "3.2.6"

__author__ = "Isogeo"
__email__ = "contact@isogeo.com"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
url=__about__.__uri__,
project_urls={
"Docs": "https://isogeo-api-pysdk.readthedocs.io/",
"Bug Reports": "https://github.com/isogeo/isogeo-api-py-minsdk/issues/",
"Source": "https://github.com/isogeo/isogeo-api-py-minsdk/",
"Bug Reports": "{}issues/".format(__about__.__uri__),
"Source": __about__.__uri__,
"Isogeo API": "http://help.isogeo.com/api/",
},
# dependencies
Expand Down

0 comments on commit d13004c

Please sign in to comment.