From f5401a750e9f4d3d586bafc5b96693cf86e7cba4 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Thu, 2 Mar 2023 16:22:12 +0100 Subject: [PATCH] Version 3.1.0 --- CHANGELOG.md | 2 +- docs/man/pg_activity.1 | 2 +- pgactivity/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e50a70..72c2edce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## **Unreleased** +## pg\_activity 3.1.0 - 2023-03-01 ### Added diff --git a/docs/man/pg_activity.1 b/docs/man/pg_activity.1 index 258a132c..a024ea6f 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 "2023-01-17" "pg_activity 3.0.3" "Command line tool for PostgreSQL server activity monitoring." +.TH PG_ACTIVITY 1 "2023-03-02" "pg_activity 3.1.0" "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 8d1c8625..f5f41e56 100644 --- a/pgactivity/__init__.py +++ b/pgactivity/__init__.py @@ -1 +1 @@ -__version__ = "3.0.3" +__version__ = "3.1.0"