Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahaja committed Mar 31, 2014
1 parent 1269bbf commit 90a4b1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
--- v0.1.2 [Not released] ---
--- v0.1.2 [2014-03-31] ---

* [FIX] Fixed issue where a non-ascii process command-line would cause the process pages to crash.

* [FIX] Fixed issue where network interface info can be defaulted to a empty dict but a key was expected to exist for sorting.

* [FIX] Fixed issue where a network interface alias would cause psdash to crash

* [FIX] Improved the Vagrantfile when using a windows host.

--- v0.1.1 [2014-03-29] ---

* [FIX] Fixed error when specifying a unreadable log file. psdash will now check that
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Available command-line arguments:
```
usage: psdash [-h] [-l path] [-b host] [-p port] [-d]
psdash 0.1.1 - system information web dashboard
psdash 0.1.2 - system information web dashboard
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion psdash/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def search_log():

def parse_args():
parser = argparse.ArgumentParser(
description="psdash %s - system information web dashboard" % "0.1.1"
description="psdash %s - system information web dashboard" % "0.1.2"
)
parser.add_argument(
"-l", "--log",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="psdash",
version="0.1.1",
version="0.1.2",
description="Linux system information web dashboard",
long_description="psdash is a system information web dashboard for linux using data mainly served by psutil",
classifiers=[
Expand Down

0 comments on commit 90a4b1f

Please sign in to comment.