From 119c281b54bb67ba7fd453c3446429565fa1d7ab Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Thu, 15 Jan 2026 15:16:19 +0100 Subject: [PATCH 1/2] Version 4.5.0 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- docs/source/conf.py | 2 +- setup.py | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5b4d203..50d756024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## moler 4.5.0 + * Optional terminal without forkpty + ## moler 4.4.0 * Warning if command goes to queue diff --git a/README.md b/README.md index 87c09e4d6..076a1cad4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![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/) +[![image](https://img.shields.io/badge/pypi-v4.5.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%20%7C%203.14-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 55752be3f..3d47dbc41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '4.4.0' +version = '4.5.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index 2bb985469..c94301269 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='moler', - version='4.4.0', + version='4.5.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', @@ -42,6 +42,7 @@ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Topic :: Software Development', 'Topic :: Software Development :: Testing', From e76916cf7456e730b1b5d9d5d6a8b7ceccf639e0 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Thu, 15 Jan 2026 15:17:28 +0100 Subject: [PATCH 2/2] conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3d47dbc41..45737db20 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'Moler' -copyright = '2019-2025, Nokia' +copyright = '2019-2026, Nokia' author = 'Nokia' # The short X.Y version