From 8f3ddae573aeb7073b025a1027359f288081c62d Mon Sep 17 00:00:00 2001 From: benoit Date: Tue, 27 Sep 2022 09:31:23 +0200 Subject: [PATCH] Release V3.0.1 * Fix a division by zero where there is no swap (#318) (Reported by @iuridiniz) --- docs/man/pg_activity.1 | 2 +- pgactivity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/pg_activity.1 b/docs/man/pg_activity.1 index d8b5c256..b400d063 100644 --- a/docs/man/pg_activity.1 +++ b/docs/man/pg_activity.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "PG_ACTIVITY 1" -.TH PG_ACTIVITY 1 "2022-09-07" "pg_activity 3.0.0" "Command line tool for PostgreSQL server activity monitoring." +.TH PG_ACTIVITY 1 "2022-09-27" "pg_activity 3.0.1" "Command line tool for PostgreSQL server activity monitoring." .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/pgactivity/__init__.py b/pgactivity/__init__.py index 528787cf..05527687 100644 --- a/pgactivity/__init__.py +++ b/pgactivity/__init__.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.0.1"