Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
  • Loading branch information
giampaolo committed Nov 7, 2022
1 parent 8e4099d commit a307e8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*

5.9.4 (IN DEVELOPMENT)
======================
5.9.4
=====

XXXX-XX-XX
2022-11-07

**Enhancements**

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ check-sdist: ## Create source distribution and checks its sanity (MANIFEST)
${MAKE} clean
$(PYTHON) -m virtualenv --clear --no-wheel --quiet build/venv
PYTHONWARNINGS=all $(PYTHON) setup.py sdist
build/venv/local/bin/python -m pip install -v --isolated --quiet dist/*.tar.gz
build/venv/local/bin/python -c "import os; os.chdir('build/venv'); import psutil"
build/venv/bin/python -m pip install -v --isolated --quiet dist/*.tar.gz
build/venv/bin/python -c "import os; os.chdir('build/venv'); import psutil"

pre-release: ## Check if we're ready to produce a new release.
${MAKE} check-sdist
Expand Down

0 comments on commit a307e8f

Please sign in to comment.