Skip to content

Commit d44a703

Browse files
committed
Prepare for 0.2.0
1 parent 1a556ad commit d44a703

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
20181121 - 0.2.0
5+
----------------
6+
- Support for HTTP Basic authentication
7+
48
20180814 - 0.1.0
59
----------------
610
- Initial release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='glances_api',
26-
version='0.1.0',
26+
version='0.2.0',
2727
description='Python API for interacting with Glances.',
2828
long_description=long_description,
2929
url='https://github.com/fabaff/python-glances-api',

0 commit comments

Comments
 (0)