diff options
author | aristocratos <gnmjpl@gmail.com> | 2020-09-01 21:14:02 +0200 |
---|---|---|
committer | aristocratos <gnmjpl@gmail.com> | 2020-09-01 21:14:02 +0200 |
commit | 0d5a13c4217fa7e9eebb3b93f26b3d626076ac66 (patch) | |
tree | 3c7864a4acb08817435eb1aa5fc1e78f3f2feaeb | |
parent | 007bdc9ff908ae6ecc7fb5cf30ddd0d98435e1fd (diff) |
v1.0.22 Some refactoring and cleanupv1.0.22
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rwxr-xr-x | bpytop.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccb8f7..1208f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.0.22 + +* Some refactoring and cleanup +* README: Info for debian package +* Added: Theme search path for snap install +* README: Updated snap install info + + ## v1.0.21 * Fixed: Clean excess whitespace from CPU model name, by @RedBearAK @@ -56,7 +56,7 @@ if errors: print("\nInstall required modules!\n") raise SystemExit(1) -VERSION: str = "1.0.21" +VERSION: str = "1.0.22" #? Argument parser -------------------------------------------------------------------------------> if len(sys.argv) > 1: diff --git a/pyproject.toml b/pyproject.toml index a669dfa..b5685b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bpytop" -version = "1.0.21" +version = "1.0.22" description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes." readme = "README.md" authors = ["Aristocratos <jakob@qvantnet.com>"] |