Skip to content

Commit

Permalink
Prepare 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 19, 2022
1 parent c462986 commit 2bf6515
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build installer
run: |
./resources/macos/make_installer.sh "5.0.0-rc.1"
./resources/macos/make_installer.sh "5.0.0"
- name: Upload build
uses: actions/upload-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Version 5.0.0 (unreleased)
* Version 5.0.0 (released 2022-10-19)
** Various cleanups and improvements to the API.
** Improvements to the handling of YubiKeys and connections.
** Command aliases for ykman 3.x (introduced in ykman 4.0) have now been dropped.
Expand Down
2 changes: 1 addition & 1 deletion doc/Library_Usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ In addition to using ykman as a standalone command line application, you can
also use this project as a Python library for scripting purposes.

=== Setup
You will need to have Python >= 3.6, and have `yubikey-manager` installed and
You will need to have Python >= 3.7, and have `yubikey-manager` installed and
added to your PYTHON_PATH. You can verify that this is set up correctly by
running the following command from a Terminal:

Expand Down
Loading

0 comments on commit 2bf6515

Please sign in to comment.