From bb316056daf12df109275e1ca4562723657c47bf Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Wed, 4 Feb 2026 09:21:24 +0100 Subject: [PATCH] Version 4.7.0 --- README.md | 2 +- docs/source/conf.py | 2 +- moler/cmd/at/set_mode.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a8114f3b..d6534a626 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v4.6.0-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v4.7.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 f6789c142..e741131c3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '4.6.0' +version = '4.7.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/moler/cmd/at/set_mode.py b/moler/cmd/at/set_mode.py index f0f8c1099..aae253eef 100644 --- a/moler/cmd/at/set_mode.py +++ b/moler/cmd/at/set_mode.py @@ -82,4 +82,4 @@ def build_command_string(self): COMMAND_KWARGS_nsa_upper = {"selected_mode": "LTE:5G"} -COMMAND_RESULT_nsa_upper = {} \ No newline at end of file +COMMAND_RESULT_nsa_upper = {}