Skip to content

Commit

Permalink
Glances version 3.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 17, 2023
1 parent 230c2fe commit cb9dba3
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 250 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -54,8 +54,8 @@ test-with-upgrade: venv-upgrade venv-dev-upgrade ## Run unit tests
# ===================================================================

format: venv-dev-upgrade ## Format the code
@git ls-files '*.py' | xargs ./venv/bin/python -m autopep8 --in-place --jobs 0 --global-config=.flake8
@git ls-files '*.py' | xargs ./venv/bin/python -m autoflake --in-place --remove-all-unused-imports --remove-unused-variables --remove-duplicate-keys --exclude="compat.py,globals.py"
@git ls-files './glances/*.py' | xargs ./venv/bin/python -m autopep8 --in-place --jobs 0 --global-config=.flake8
@git ls-files './glances/*.py' | xargs ./venv/bin/python -m autoflake --in-place --remove-all-unused-imports --remove-unused-variables --remove-duplicate-keys --exclude="compat.py,globals.py"
./venv/bin/python -m black ./glances --exclude outputs/static

flake8: venv-dev-upgrade ## Run flake8 linter.
Expand Down
8 changes: 8 additions & 0 deletions NEWS.rst
Expand Up @@ -2,6 +2,14 @@
Glances changelog
==============================================================================

===============
Version 3.4.0.1
===============

Bug corrected:

* 3.4.0 crash on startupwith minimal deps #2401

===============
Version 3.4.0
===============
Expand Down

0 comments on commit cb9dba3

Please sign in to comment.