From 772ef1d0ce7156986f26c0a52e1c0e87a6072206 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Mon, 2 Feb 2026 10:29:43 +0100 Subject: [PATCH 1/2] Version 4.6.0 --- CHANGELOG.md | 3 +++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d756024..c391e12c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## moler 4.6.0 + * Warning when using ThreadedTerminalNoFork (Unix-only, no-fork implementation) + ## moler 4.5.0 * Optional terminal without forkpty diff --git a/docs/source/conf.py b/docs/source/conf.py index 45737db20..f6789c142 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '4.5.0' +version = '4.6.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index c94301269..abc7f2c53 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='moler', - version='4.5.0', + version='4.6.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', From c09ac1f5ac07e8950e5ddba121dff45f34c263a6 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Mon, 2 Feb 2026 10:30:57 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c391e12c5..2eab197d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## moler 4.6.0 - * Warning when using ThreadedTerminalNoFork (Unix-only, no-fork implementation) + * Deleted asyncio policy class + * Warning when using ThreadedTerminalNoFork ## moler 4.5.0 * Optional terminal without forkpty