Skip to content

Commit 29e6440

Browse files
committed
update version + HISTORY + CREDITS for #2138
1 parent f6d01ac commit 29e6440

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CREDITS

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ I: 1956
781781

782782
N: Matthieu Darbois
783783
W: https://github.com/mayeut
784-
I: 2039
784+
I: 2039, 2142
785785

786786
N: Hugo van Kemenade
787787
W: https://github.com/hugovk

HISTORY.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
*Bug tracker at https://github.com/giampaolo/psutil/issues*
22

3+
5.9.3
4+
=====
5+
6+
XXXX-XX-XX
7+
8+
**Bug fixes**
9+
10+
- 2142_, [POSIX]: `net_if_stats()`_ 's ``flags`` on Python 2 returned unicode
11+
instead of str. (patch by Matthieu Darbois)
12+
313
5.9.2
414
=====
515

psutil/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
AF_LINK = _psplatform.AF_LINK
212212

213213
__author__ = "Giampaolo Rodola'"
214-
__version__ = "5.9.2"
214+
__version__ = "5.9.3"
215215
version_info = tuple([int(num) for num in __version__.split('.')])
216216

217217
_timer = getattr(time, 'monotonic', time.time)

0 commit comments

Comments
 (0)