mirror of https://github.com/aristocratos/bpytop
parent
2d13dc68c8
commit
9be7250a4a
|
@ -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
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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>"]
|
||||
|
|
Loading…
Reference in New Issue