v1.0.47 Fixed mypy type errors and added testing

pull/171/head v1.0.47
aristocratos 2020-10-27 17:36:21 +01:00
parent 2d13dc68c8
commit 9be7250a4a
3 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
# Changelog
## v1.0.47 (Under development)
## v1.0.47
* Added: Testing, by @ErwinJunge
* Added: Theme matcha-dark-sea, by @TheCynicalLiger
* Fixed: New type errors for mypy v 0.790
* Added: pylint and mypy test with tox, by @ErwinJunge
## v1.0.46

View File

@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.46"
VERSION: str = "1.0.47"
#? Argument parser ------------------------------------------------------------------------------->
args = argparse.ArgumentParser()

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "bpytop"
version = "1.0.46"
version = "1.0.47"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
authors = ["Aristocratos <jakob@qvantnet.com>"]