From 286c791a7f6e1f9b1bfab63daa3c7d84a560329a Mon Sep 17 00:00:00 2001 From: Marcin Usielski <35992110+marcin-usielski@users.noreply.github.com> Date: Wed, 31 May 2023 11:53:21 +0200 Subject: [PATCH] Version 2.10.0 (#468) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e19c7458..4d91a212c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## moler 2.10.0 + +### Improved +* Commands `su` and `sudo` support many passwords +* Command exit doesn't wait for echo (optional) + ## moler 2.9.0 ### Improved diff --git a/README.md b/README.md index 10f0e5112..bae051315 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v2.9.0-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v2.10.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%20%7C%203.9%20%7C%203.10-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 2a2f3cf76..487a5bdb4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '2.9.0' +version = '2.10.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index 3156c7321..d0be522c0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='moler', # Required - version='2.9.0', # Required + version='2.10.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)