From 0d4900b073f8697ab21c47d823621bea61f39a3b Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 17 Apr 2023 20:24:02 +0200 Subject: pre release Signed-off-by: Giampaolo Rodola --- HISTORY.rst | 6 ++++-- docs/index.rst | 18 +++++++++++++++--- scripts/internal/print_timeline.py | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index fec64c0b..fb74f367 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,9 @@ *Bug tracker at https://github.com/giampaolo/psutil/issues* -5.9.5 (IN DEVELOPMENT) -====================== +5.9.5 +===== + +2023-04-17 **Enhancements** diff --git a/docs/index.rst b/docs/index.rst index 6f0132d2..344aecdf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2637,6 +2637,18 @@ Supported Python versions are 2.7, 3.4+ and PyPy3. Timeline ======== +- 2023-04-17: + `5.9.5 `__ - + `what's new `__ - + `diff `__ +- 2022-11-07: + `5.9.4 `__ - + `what's new `__ - + `diff `__ +- 2022-10-18: + `5.9.3 `__ - + `what's new `__ - + `diff `__ - 2022-09-04: `5.9.2 `__ - `what's new `__ - @@ -2653,7 +2665,7 @@ Timeline `5.8.0 `__ - `what's new `__ - `diff `__ -- 2020-10-23: +- 2020-10-24: `5.7.3 `__ - `what's new `__ - `diff `__ @@ -2721,7 +2733,7 @@ Timeline `5.4.6 `__ - `what's new `__ - `diff `__ -- 2018-04-14: +- 2018-04-13: `5.4.5 `__ - `what's new `__ - `diff `__ @@ -2747,7 +2759,7 @@ Timeline `diff `__ - 2017-09-10: `5.3.1 `__ - - `what's new `__ - + `what's new `__ - `diff `__ - 2017-09-01: `5.3.0 `__ - diff --git a/scripts/internal/print_timeline.py b/scripts/internal/print_timeline.py index 64608b26..0ea7355e 100755 --- a/scripts/internal/print_timeline.py +++ b/scripts/internal/print_timeline.py @@ -13,7 +13,7 @@ import subprocess entry = """\ - {date}: - `{ver} `__ - + `{ver} `__ - `what's new `__ - `diff `__""" # NOQA -- cgit v1.2.1