-
Notifications
You must be signed in to change notification settings - Fork 97
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] Release 0.8.0 #231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
requirements.txt
Outdated
Pygments==2.7.4 | ||
pylint==2.6.0 | ||
pytest==6.2.2 | ||
PyYAML==5.4.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requirements.txt
is actually only used by tox
. When knack is used by Azure CLI, only setup.py
is honored.
Now sure if this will trigger issues like Azure/azure-cli#16650, so bump them anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PyYAML is unpinned in #241.
# Conflicts: # requirements.txt
Release 0.8.0
CLILogging.configure
returns as early as possible ([Log] CLILogging.configure returns as early as possible #228)