Skip to content

Commit

Permalink
9.3.0-1 - documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Simont3 committed Oct 11, 2015
1 parent 8e62477 commit 33b0d14
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
===============

**0.9.3-1 2015-10-11**

* Changed:

* Documentation fixes

**0.9.3-0 2015-10-10**

* Added:
Expand Down
7 changes: 5 additions & 2 deletions src/docs/40-0_mapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@

**hcpsdk.mapi** provides access to selected :term:`MAPI` functions.

* HCP needs to have the Management API (MAPI) enabled to make use
.. Note::

HCP needs to have the Management API (MAPI) enabled to make use
of the classes in this module.
* The *hcpsdk.Target()* object used needs to be initialized with

The *hcpsdk.Target()* object used needs to be initialized with
*port=hcpsdk.P_MAPI*.

.. toctree::
Expand Down
2 changes: 2 additions & 0 deletions src/docs/40-1_mapi-logs.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MAPI - Log Resources
====================

.. versionadded:: 0.9.3

.. automodule:: hcpsdk.mapi
:synopsis: Access to selected Management API (:term:`MAPI`) functionality.

Expand Down
2 changes: 1 addition & 1 deletion src/hcpsdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class _Version(object):
release = 0
major = 9
minor = 3
build = 0
build = 1

fullversion = '{}.{}.{}-{}'.format(release, major, minor, build)

Expand Down

0 comments on commit 33b0d14

Please sign in to comment.