File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## moler 3.7.1
2
+ * Fix version
3
+
1
4
## moler 3.7.0
2
5
* Changed regex in iperf3 cmd _ parse_header to accept 'Bitrate' and 'Bandwidth' to support older iperf3 versions
3
6
* Optional mrge additional params from config and from function
Original file line number Diff line number Diff line change 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/ )
2
2
[ ![ 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/ )
3
3
[ ![ Build Status] ( https://github.com/nokia/moler/actions/workflows/ci.yaml/badge.svg?branch=main )] ( https://github.com/nokia/moler/actions )
4
4
[ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( ./LICENSE )
Original file line number Diff line number Diff line change 24
24
author = 'Nokia'
25
25
26
26
# The short X.Y version
27
- version = '3.7.0 '
27
+ version = '3.7.1 '
28
28
# The full version, including alpha/beta/rc tags
29
29
release = 'stable'
30
30
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'moler' ,
15
- version = '3.7.0 ' ,
15
+ version = '3.7.1 ' ,
16
16
description = 'Moler is a library for working with terminals, mainly for automated tests' , # Required
17
17
long_description = long_description ,
18
18
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments