Skip to content

Commit

Permalink
sort HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 5, 2018
1 parent 9f44b6a commit c0f6b1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*

5.5.1
5.5.0
=====

XXXX-XX-XX

**Enhancements**

- 1350_: [FreeBSD] added support for sensors_temperatures(). (patch by Alex
Manuskin)
- 1352_: [FreeBSD] added support for CPU frequency. (patch by Alex Manuskin)

**Bug fixes**

- 1354_: [Linux] disk_io_counters() fails on Linux kernel 4.18+.
- 1368_: [Windows] fix psutil.Process().ionice(...) mismatch. (patch by
EccoTheFlintstone)

5.5.0
=====

**Enhancements**

- 1350_: [FreeBSD] added support for sensors_temperatures().

**Bug fixes**

- 1354_: [Linux] disk_io_counters() fails on Linux kernel 4.18+.

5.4.8
=====

Expand Down
2 changes: 1 addition & 1 deletion psutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
]
__all__.extend(_psplatform.__extra__all__)
__author__ = "Giampaolo Rodola'"
__version__ = "5.5.1"
__version__ = "5.5.0"
version_info = tuple([int(num) for num in __version__.split('.')])
AF_LINK = _psplatform.AF_LINK
POWER_TIME_UNLIMITED = _common.POWER_TIME_UNLIMITED
Expand Down

0 comments on commit c0f6b1d

Please sign in to comment.