Skip to content

Commit

Permalink
#1350: give credits to @amanusk
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Nov 3, 2018
1 parent bb5d032 commit 7ddfa9a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ I: 1278

N: Alex Manuskin
W: https://github.com/amanusk
I: 1284, 1345
I: 1284, 1345, 1350

N: Sylvain Duchesne
W: https://github.com/sylvainduchesne
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*

5.5.0
=====

**Enhancements**

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

5.4.8
=====

Expand Down
17 changes: 2 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -702,14 +702,11 @@ Sensors
See also `temperatures.py <https://github.com/giampaolo/psutil/blob/master/scripts/temperatures.py>`__ and `sensors.py <https://github.com/giampaolo/psutil/blob/master/scripts/sensors.py>`__
for an example application.

Availability: Linux
Availability: Linux, FreeBSD

.. versionadded:: 5.1.0

.. warning::

this API is experimental. Backward incompatible changes may occur if
deemed necessary.
.. versionchanged:: 5.5.0 added FreeBSD support

.. function:: sensors_fans()

Expand All @@ -730,11 +727,6 @@ Sensors

.. versionadded:: 5.2.0

.. warning::

this API is experimental. Backward incompatible changes may occur if
deemed necessary.

.. function:: sensors_battery()

Return battery status information as a named tuple including the following
Expand Down Expand Up @@ -774,11 +766,6 @@ Sensors

.. versionchanged:: 5.4.2 added macOS support

.. warning::

this API is experimental. Backward incompatible changes may occur if
deemed necessary.

Other system info
-----------------

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.4.8"
__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 7ddfa9a

Please sign in to comment.