We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a556ad commit d44a703Copy full SHA for d44a703
CHANGES.rst
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+20181121 - 0.2.0
5
+----------------
6
+- Support for HTTP Basic authentication
7
+
8
20180814 - 0.1.0
9
----------------
10
- Initial release
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name='glances_api',
26
- version='0.1.0',
+ version='0.2.0',
27
description='Python API for interacting with Glances.',
28
long_description=long_description,
29
url='https://github.com/fabaff/python-glances-api',
0 commit comments