Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jul 15, 2020
1 parent 9267775 commit 6e55b5e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*

5.7.2
=====

2020-07-15

**Bug fixes**

- wheels for 2.7 were inadvertently deleted.

5.7.1
=====

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ download-wheels-github: ## Download latest wheels hosted on github.
download-wheels: ## Download wheels from github and appveyor
rm -rf dist
${MAKE} download-wheels-appveyor
${MAKE} download-wheels-github
# ${MAKE} download-wheels-github
${MAKE} print-wheels

print-wheels: ## Print downloaded wheels
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,10 @@ Supported Python versions are 2.6, 2.7, 3.4+ and PyPy3.
Timeline
========

- 2020-07-15:
`5.7.2 <https://pypi.org/project/psutil/5.7.2/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#571>`__ -
`diff <https://github.com/giampaolo/psutil/compare/release-5.7.1...release-5.7.2#files_bucket>`__
- 2020-07-15:
`5.7.1 <https://pypi.org/project/psutil/5.7.1/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#571>`__ -
Expand Down
2 changes: 1 addition & 1 deletion psutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@

__all__.extend(_psplatform.__extra__all__)
__author__ = "Giampaolo Rodola'"
__version__ = "5.7.1"
__version__ = "5.7.2"
version_info = tuple([int(num) for num in __version__.split('.')])

_timer = getattr(time, 'monotonic', time.time)
Expand Down

0 comments on commit 6e55b5e

Please sign in to comment.