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 v0.7.0 #25

Merged
merged 6 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Sort imports
JimMadge committed Aug 7, 2023
commit 30f8d8b80ed95e7c38ca3b165d03f7bc7c45762f
4 changes: 2 additions & 2 deletions nexus_allowlist/cli.py
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@
from pathlib import Path

from nexus_allowlist import actions
from nexus_allowlist.__about__ import __version__
from nexus_allowlist.exceptions import InitialPasswordError
from nexus_allowlist.nexus import NexusAPI
from nexus_allowlist.__about__ import __version__

logging.basicConfig(
format="{asctime} {levelname}: {message}",
@@ -44,7 +44,7 @@ def main() -> None:
"--version",
action="version",
version=f"{parser.prog} {__version__}",
help="Print the version and exit"
help="Print the version and exit",
)

# Group of arguments for packages