Skip to content

Commit

Permalink
1.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed May 3, 2017
1 parent bf7c968 commit 599ebf1
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 6 deletions.
22 changes: 22 additions & 0 deletions docs/hs_restclient.endpoints.rst
@@ -0,0 +1,22 @@
hs\_restclient\.endpoints package
=================================

Submodules
----------

hs\_restclient\.endpoints\.resources module
-------------------------------------------

.. automodule:: hs_restclient.endpoints.resources
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: hs_restclient.endpoints
:members:
:undoc-members:
:show-inheritance:
31 changes: 27 additions & 4 deletions docs/hs_restclient.rst
@@ -1,17 +1,40 @@
hs_restclient package
=====================
hs\_restclient package
======================

Subpackages
-----------

.. toctree::

hs_restclient.endpoints

Submodules
----------

hs_restclient.compat module
---------------------------
hs\_restclient\.compat module
-----------------------------

.. automodule:: hs_restclient.compat
:members:
:undoc-members:
:show-inheritance:

hs\_restclient\.exceptions module
---------------------------------

.. automodule:: hs_restclient.exceptions
:members:
:undoc-members:
:show-inheritance:

hs\_restclient\.generators module
---------------------------------

.. automodule:: hs_restclient.generators
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
2 changes: 1 addition & 1 deletion hs_restclient/__init__.py
Expand Up @@ -5,7 +5,7 @@
"""

__title__ = 'hs_restclient'
__version__ = '1.2.7.dev1'
__version__ = '1.2.7'


import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.7.dev1',
version='1.2.7',

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

0 comments on commit 599ebf1

Please sign in to comment.