From 8b388e4f66365e6301cb5517f4c9da0d7dd39598 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Mon, 22 Dec 2025 11:31:02 +0100 Subject: [PATCH] Version 4.4.0 --- CHANGELOG.md | 3 +++ README.md | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5fe7551..af5b4d203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## moler 4.4.0 + * Warning if command goes to queue + ## moler 4.3.2 * rm fails on permission denied diff --git a/README.md b/README.md index c9b777ae8..87c09e4d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v4.3.2-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v4.4.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%20%7C%203.13-blue.svg)](https://pypi.org/project/moler/) [![Build Status](https://github.com/nokia/moler/actions/workflows/ci.yaml/badge.svg?branch=main)](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 959d95682..55752be3f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,11 +20,11 @@ # -- Project information ----------------------------------------------------- project = 'Moler' -copyright = '2019-2024, Nokia' +copyright = '2019-2025, Nokia' author = 'Nokia' # The short X.Y version -version = '3.12.0' +version = '4.4.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index d0284d944..2bb985469 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='moler', - version='4.3.2', + version='4.4.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',