Skip to content

Commit

Permalink
Merge pull request #328 from nokia/release_v1.16.0
Browse files Browse the repository at this point in the history
New release v1.16.0
  • Loading branch information
marcin-usielski authored Jun 16, 2020
2 parents 5717ba1 + 3473e43 commit bab4370
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## moler 1.16.0

### Improved
* Optional parameter username for telnet and ssh.
* Cmds for pdu aten
* Convert to number

## moler 1.15.0

### Improved
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![image](https://img.shields.io/badge/pypi-v1.15.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/pypi-v1.16.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/python-2.7%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue.svg)](https://pypi.org/project/moler/)
[![Build Status](https://travis-ci.org/nokia/moler.svg?branch=master)](https://travis-ci.org/nokia/moler)
[![Coverage Status](https://coveralls.io/repos/github/nokia/moler/badge.svg?branch=master)](https://coveralls.io/github/nokia/moler?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Nokia'

# The short X.Y version
version = '1.15.0'
version = '1.16.0'
# The full version, including alpha/beta/rc tags
release = 'stable'

Expand Down
24 changes: 24 additions & 0 deletions docs/source/moler.cmd.pdu_aten.pdu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ moler.cmd.pdu\_aten.pdu.generic\_pdu module
:undoc-members:
:show-inheritance:

moler.cmd.pdu\_aten.pdu.quit module
-----------------------------------

.. automodule:: moler.cmd.pdu_aten.pdu.quit
:members:
:undoc-members:
:show-inheritance:

moler.cmd.pdu\_aten.pdu.read\_meter module
------------------------------------------

.. automodule:: moler.cmd.pdu_aten.pdu.read_meter
:members:
:undoc-members:
:show-inheritance:

moler.cmd.pdu\_aten.pdu.read\_status module
-------------------------------------------

Expand All @@ -28,6 +44,14 @@ moler.cmd.pdu\_aten.pdu.read\_status module
:undoc-members:
:show-inheritance:

moler.cmd.pdu\_aten.pdu.sw module
---------------------------------

.. automodule:: moler.cmd.pdu_aten.pdu.sw
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='moler', # Required
version='1.15.0', # Required
version='1.16.0', # Required
description='Moler is library to help in building automated tests', # Required
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
Expand Down

0 comments on commit bab4370

Please sign in to comment.