Skip to content

Commit

Permalink
#1167 give CREDITS to @matray
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Nov 8, 2017
1 parent e3f911e commit 0c25f9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -507,3 +507,7 @@ I: 1150
N: Adrian Page
W: https://github.com/adpag
I: 1159, 1160, 1161

N: Matthew Long
W: https://github.com/matray
I: 1167
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
SIGTERM instead of 0. (patch by Akos Kiss)
- 1151_: python -m psutil.tests fail
- 1154_: [AIX] psutil won't compile on AIX 6.1.0. (patch by Arnon Yaari)
- 1167_: [Windows] net_io_counter() packets count now include also non-unicast
packets. (patch by Matthew Long)

5.4.0
=====
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ pre-release: ## Check if we're ready to produce a new release.
${MAKE} sdist

release: ## Create a release (down/uploads tar.gz, wheels, git tag release).

${MAKE} pre-release
$(PYTHON) -m twine upload dist/* # upload tar.gz and Windows wheels on PYPI
${MAKE} git-tag-release
Expand Down Expand Up @@ -256,4 +255,4 @@ check-broken-links: ## Look for broken links in source files.
git ls-files | xargs $(PYTHON) -Wa scripts/internal/check_broken_links.py

help: ## Display callable targets.
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'

0 comments on commit 0c25f9a

Please sign in to comment.