From 111325e5aa810a17c8d3788941638da20bbe7a17 Mon Sep 17 00:00:00 2001 From: rserafin Date: Wed, 10 Mar 2021 11:52:59 +0100 Subject: [PATCH] New release v1.27.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- docs/source/conf.py | 2 +- docs/source/moler.cmd.at.rst | 16 ++++++++++++++++ docs/source/moler.cmd.unix.rst | 8 ++++++++ setup.py | 2 +- 6 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6360160a3..ab428e93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## moler 1.27.0 + +### Added +* Disable logging incoming data +* Enable_echo AT cmd +* Logs rotating +* Set mode AT cmd +* ssh keygen override + +### Improved +* Logging suffix +* Terminal investigation + ## moler 1.26.0 ### Added diff --git a/README.md b/README.md index 220fddfcc..eecb00a51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v1.26.0-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v1.27.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 1fa1e95d7..a46fd2af1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '1.26.0' +version = '1.27.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 33e763440..8377c31dd 100644 --- a/docs/source/moler.cmd.at.rst +++ b/docs/source/moler.cmd.at.rst @@ -36,6 +36,14 @@ moler.cmd.at.detach module :undoc-members: :show-inheritance: +moler.cmd.at.enable\_echo module +-------------------------------- + +.. automodule:: moler.cmd.at.enable_echo + :members: + :undoc-members: + :show-inheritance: + moler.cmd.at.exit\_serial\_proxy module --------------------------------------- @@ -124,6 +132,14 @@ moler.cmd.at.plink\_serial module :undoc-members: :show-inheritance: +moler.cmd.at.set\_mode module +----------------------------- + +.. automodule:: moler.cmd.at.set_mode + :members: + :undoc-members: + :show-inheritance: + Module contents --------------- diff --git a/docs/source/moler.cmd.unix.rst b/docs/source/moler.cmd.unix.rst index 09e98a60b..853c17e08 100644 --- a/docs/source/moler.cmd.unix.rst +++ b/docs/source/moler.cmd.unix.rst @@ -460,6 +460,14 @@ moler.cmd.unix.netstat module :undoc-members: :show-inheritance: +moler.cmd.unix.nft module +------------------------- + +.. automodule:: moler.cmd.unix.nft + :members: + :undoc-members: + :show-inheritance: + moler.cmd.unix.nmap module -------------------------- diff --git a/setup.py b/setup.py index 9e9af9ae5..59ff22f77 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='moler', # Required - version='1.26.0', # Required + version='1.27.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)