v1.0.42 Small fixes

pull/151/head v1.0.42
aristocratos 2020-10-08 17:45:54 +02:00
parent 94e507ac91
commit adee413eac
3 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
# Changelog # Changelog
## v1.0.41 ## v1.0.42
* Fixed: Battery status not using same sensors as psutil * Fixed: Battery status not using same sensors as psutil
* Added: Stripping of .local from /host clock format * Added: Stripping of .local from /host clock format
* Fixed: Battery clear if removed * Fixed: Battery clear if removed
## v1.0.41
* Skipped due to pypi - github versioning error
## v1.0.40 ## v1.0.40
* Fixed: Title leading whitespace * Fixed: Title leading whitespace

View File

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

View File

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