Skip to content

Commit

Permalink
v1.5.1 release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
bexxmodd committed Jan 24, 2021
1 parent 7f216df commit 46fb326
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ If you want to contribute to the project you are more than a welcome! But first,
```

# Release History
- v1.5.1:
- Added battery information display
- Now you can save output in csv or json formats
- Small bug corrections

- v1.3.5:
- Major refactoring
- Now charts can print string data
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ python-dateutil>=2.8.1
pytz>=2020.1
six>=1.15.0
toml>=0.10.1
-e git+https://github.com/bexxmodd/vizex.git@88bd970bb6e3a406db8b8ccdc34df9c4149635e8#egg=vizex
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='vizex',
version='1.4.0',
version='1.5.1',
author='Beka Modebadze',
author_email='bexxmodd@seas.upenn.edu',
description='UNIX/Linux Terminal program to graphically display the disk space usage',
Expand All @@ -21,6 +21,7 @@
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
],
Expand Down

0 comments on commit 46fb326

Please sign in to comment.