Skip to content

Commit 0e0b456

Browse files
Version 3.7.1 (#526)
1 parent ef6f08c commit 0e0b456

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## moler 3.7.1
2+
* Fix version
3+
14
## moler 3.7.0
25
* Changed regex in iperf3 cmd _parse_header to accept 'Bitrate' and 'Bandwidth' to support older iperf3 versions
36
* Optional mrge additional params from config and from function

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![image](https://img.shields.io/badge/pypi-v3.7.0-blue.svg)](https://pypi.org/project/moler/)
1+
[![image](https://img.shields.io/badge/pypi-v3.7.1-blue.svg)](https://pypi.org/project/moler/)
22
[![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/)
33
[![Build Status](https://github.com/nokia/moler/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/nokia/moler/actions)
44
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](./LICENSE)

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Nokia'
2525

2626
# The short X.Y version
27-
version = '3.7.0'
27+
version = '3.7.1'
2828
# The full version, including alpha/beta/rc tags
2929
release = 'stable'
3030

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='moler',
15-
version='3.7.0',
15+
version='3.7.1',
1616
description='Moler is a library for working with terminals, mainly for automated tests', # Required
1717
long_description=long_description,
1818
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)