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

Prepare release 3.1 #86

Merged
merged 2 commits into from
Mar 15, 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/changelog-ci@v1.0.0
uses: saadmk11/changelog-ci@v1.1.1
with:
config_file: changelog-ci-config.yaml
2 changes: 1 addition & 1 deletion Mainframe3270/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.0"
VERSION = "3.1"
Binary file added dist/robotframework-mainframe3270-3.1.tar.gz
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ mypy
pytest
pytest-mock
robotframework-tidy >= 3.0
types-six
-r requirements.txt
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
robotframework
robotframework-pythonlibcore
six
337 changes: 176 additions & 161 deletions robotframework_mainframe3270.egg-info/PKG-INFO

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions robotframework_mainframe3270.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LICENSE.md
README.md
THIRD-PARTY-NOTICES.txt
setup.py
Mainframe3270/__init__.py
Mainframe3270/py3270.py
Expand Down
1 change: 0 additions & 1 deletion robotframework_mainframe3270.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
robotframework
robotframework-pythonlibcore
six