Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 4.1 #124

Merged
merged 2 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/[email protected].1
uses: saadmk11/[email protected].2
with:
config_file: changelog-ci-config.yaml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version: 4.1

* [#113](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/pull/113): #110 Get Cursor Position
* [#114](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/pull/114): #112 Implement find string keyword
* [#115](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/pull/115): #111 Read From Current Position keyword
* [#118](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/pull/118): #117 Create Get String Positions Only Before / After keywords


# Version: 4.0

* [#97](https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/pull/97): (#73) Enable concurrent connections
Expand Down
2 changes: 1 addition & 1 deletion Mainframe3270/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.0"
VERSION = "4.1"
Binary file added dist/robotframework-mainframe3270-4.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/Mainframe3270.html

Large diffs are not rendered by default.

218 changes: 203 additions & 15 deletions doc/Mainframe3270.xml

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions robotframework_mainframe3270.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: robotframework-mainframe3270
Version: 4.0
Version: 4.1
Summary: Mainframe Test library for Robot Framework
Home-page: https://github.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library
Author: Altran Portugal
Expand All @@ -19,6 +19,8 @@ Classifier: Topic :: Software Development :: Testing :: Acceptance
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: THIRD-PARTY-NOTICES.txt
Requires-Dist: robotframework
Requires-Dist: robotframework-pythonlibcore

[![PyPi downloads](https://img.shields.io/pypi/dm/robotframework-mainframe3270.svg)](https://pypi.org/project/robotframework-mainframe3270/)
[![Total downloads](https://static.pepy.tech/personalized-badge/robotframework-mainframe3270?period=total&units=international_system&left_color=lightgrey&right_color=yellow&left_text=total)](https://pypi.org/project/robotframework-mainframe3270/)
Expand All @@ -33,7 +35,7 @@ License-File: THIRD-PARTY-NOTICES.txt
Mainframe3270 is a library for Robot Framework based on the [py3270 project](https://pypi.org/project/py3270/), a Python interface to x3270, an IBM 3270 terminal emulator. It provides an API to a x3270 or s3270 subprocess.

## Compatibility
Mainframe3270 requires Python 3. It is tested with Python 3.7 and 3.10, but should support all versions in between these.
Mainframe3270 requires Python 3. It is tested with Python 3.8 and 3.12, but should support all versions in between these.

## Installation

Expand Down