From 0d5a13c4217fa7e9eebb3b93f26b3d626076ac66 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 1 Sep 2020 21:14:02 +0200 Subject: v1.0.22 Some refactoring and cleanup --- CHANGELOG.md | 8 ++++++++ bpytop.py | 2 +- 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 diff --git a/bpytop.py b/bpytop.py index 11fa3b8..6f496ed 100755 --- a/bpytop.py +++ b/bpytop.py @@ -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 "] -- cgit v1.2.3