From c20f94a65fcf2f3496f5785bd25573a91e948d79 Mon Sep 17 00:00:00 2001 From: Marcin Usielski <35992110+marcin-usielski@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:03:39 +0100 Subject: [PATCH] Version 3.2.0 (#507) --- CHANGELOG.md | 5 +++++ README.md | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60d423f0..7fead3d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## moler 3.2.0 +* Refactoring - removed warnings for Python +* ConnectionObserverLifeStatus - debug enhancement +* Refactoring - fstrings + ## moler 3.1.0 * Refactoring - Pylint * Changed time calculation to time.monotonic() diff --git a/README.md b/README.md index 1708c2cbb..d9bd122cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v3.1.0-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v3.2.0-blue.svg)](https://pypi.org/project/moler/) [![image](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://pypi.org/project/moler/) [![Build Status](https://github.com/nokia/moler/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/nokia/moler/actions) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](./LICENSE) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a38a8210..b1c425a7e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '3.1.0' +version = '3.2.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index a8d81e52f..95d67f550 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='moler', - version='3.1.0', + version='3.2.0', description='Moler is a library for working with terminals, mainly for automated tests', # Required long_description=long_description, long_description_content_type='text/markdown',