From 57d218fb5432b14f34c14be15da090fc5d3e6de6 Mon Sep 17 00:00:00 2001 From: rserafin Date: Wed, 27 Jan 2021 09:41:29 +0100 Subject: [PATCH] New release v1.25.0 --- README.md | 2 +- docs/source/conf.py | 2 +- docs/source/moler.cmd.at.rst | 32 ++++++++++++++++++++++++++++++++ docs/source/moler.cmd.unix.rst | 8 ++++++++ setup.py | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3e101293..590696f10 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v1.24.0-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v1.25.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) diff --git a/docs/source/conf.py b/docs/source/conf.py index f593c99e7..4e5ec27ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '1.24.0' +version = '1.25.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/docs/source/moler.cmd.at.rst b/docs/source/moler.cmd.at.rst index 0c48de076..33e763440 100644 --- a/docs/source/moler.cmd.at.rst +++ b/docs/source/moler.cmd.at.rst @@ -20,6 +20,14 @@ moler.cmd.at.attach module :undoc-members: :show-inheritance: +moler.cmd.at.cu module +---------------------- + +.. automodule:: moler.cmd.at.cu + :members: + :undoc-members: + :show-inheritance: + moler.cmd.at.detach module -------------------------- @@ -44,6 +52,14 @@ moler.cmd.at.genericat module :undoc-members: :show-inheritance: +moler.cmd.at.get\_apns module +----------------------------- + +.. automodule:: moler.cmd.at.get_apns + :members: + :undoc-members: + :show-inheritance: + moler.cmd.at.get\_attach\_state module -------------------------------------- @@ -68,6 +84,14 @@ moler.cmd.at.get\_imsi module :undoc-members: :show-inheritance: +moler.cmd.at.get\_ip module +--------------------------- + +.. automodule:: moler.cmd.at.get_ip + :members: + :undoc-members: + :show-inheritance: + moler.cmd.at.get\_manufacturer\_id module ----------------------------------------- @@ -76,6 +100,14 @@ moler.cmd.at.get\_manufacturer\_id module :undoc-members: :show-inheritance: +moler.cmd.at.get\_product\_info module +-------------------------------------- + +.. automodule:: moler.cmd.at.get_product_info + :members: + :undoc-members: + :show-inheritance: + moler.cmd.at.get\_revision\_id module ------------------------------------- diff --git a/docs/source/moler.cmd.unix.rst b/docs/source/moler.cmd.unix.rst index 7d4a85124..09e98a60b 100644 --- a/docs/source/moler.cmd.unix.rst +++ b/docs/source/moler.cmd.unix.rst @@ -684,6 +684,14 @@ moler.cmd.unix.tail module :undoc-members: :show-inheritance: +moler.cmd.unix.tail\_latest\_file module +---------------------------------------- + +.. automodule:: moler.cmd.unix.tail_latest_file + :members: + :undoc-members: + :show-inheritance: + moler.cmd.unix.tar module ------------------------- diff --git a/setup.py b/setup.py index f49f128de..d8ce19ffd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='moler', # Required - version='1.24.0', # Required + version='1.25.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)