Skip to content

Commit

Permalink
1.2.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed Feb 22, 2018
1 parent a4b17a3 commit 34bf86c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hs_restclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__title__ = 'hs_restclient'
__version__ = '1.2.11'
__version__ = '1.2.12'


import os
Expand Down
5 changes: 5 additions & 0 deletions scimetatest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from hs_restclient import HydroShare, HydroShareAuthBasic
auth = HydroShareAuthBasic(username='aphelionz', password='fossil76')
hs = HydroShare(hostname="dev-hs-2.cuahsi.org", auth=auth, verify=False)

# https://dev-hs-2.cuahsi.org/hsapi/resource/cde01b3898c94cdab78a2318330cf795/files/161030/metadata/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.11',
version='1.2.12',

description='HydroShare REST API client library',
long_description=long_description,
Expand Down

0 comments on commit 34bf86c

Please sign in to comment.