File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ## moler 4.4.0
2+ * Warning if command goes to queue
3+
14## moler 4.3.2
25 * rm fails on permission denied
36
Original file line number Diff line number Diff line change 1- [ ![ image] ( https://img.shields.io/badge/pypi-v4.3.2 -blue.svg )] ( https://pypi.org/project/moler/ )
1+ [ ![ image] ( https://img.shields.io/badge/pypi-v4.4.0 -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%20%7C%203.13-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 )
Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = 'Moler'
23- copyright = '2019-2024 , Nokia'
23+ copyright = '2019-2025 , Nokia'
2424author = 'Nokia'
2525
2626# The short X.Y version
27- version = '3.12 .0'
27+ version = '4.4 .0'
2828# The full version, including alpha/beta/rc tags
2929release = 'stable'
3030
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'moler' ,
15- version = '4.3.2 ' ,
15+ version = '4.4.0 ' ,
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' ,
You can’t perform that action at this time.
0 commit comments