From d9a09da529ad26a8cf7a04b38f29dfd518b01ea0 Mon Sep 17 00:00:00 2001 From: blo Date: Tue, 12 May 2026 13:35:03 +0200 Subject: [PATCH 1/4] Update license --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 5bf1ccd3..7dfc374d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Copyright (c) 2012 - 2019, Julien Tachoires -Copyright (c) 2020, Dalibo +Copyright (c) 2026, Dalibo Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is From dcc007dca3b4d186c0096b87709e2bba90ee9cd5 Mon Sep 17 00:00:00 2001 From: blo Date: Tue, 12 May 2026 13:38:40 +0200 Subject: [PATCH 2/4] Bump version --- pgactivity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgactivity/__init__.py b/pgactivity/__init__.py index b202327a..4f821939 100644 --- a/pgactivity/__init__.py +++ b/pgactivity/__init__.py @@ -1 +1 @@ -__version__ = "3.6.1" +__version__ = "3.6.2" From d9ba386657c3fbb373112208e69f724c3720087b Mon Sep 17 00:00:00 2001 From: blo Date: Tue, 12 May 2026 13:38:56 +0200 Subject: [PATCH 3/4] Regen man page --- docs/man/pg_activity.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/pg_activity.1 b/docs/man/pg_activity.1 index 09817da4..3b0e5896 100644 --- a/docs/man/pg_activity.1 +++ b/docs/man/pg_activity.1 @@ -58,7 +58,7 @@ .\" ======================================================================== .\" .IX Title "PG_ACTIVITY 1" -.TH PG_ACTIVITY 1 2025-10-27 "pg_activity 3.6.1" "Command line tool for PostgreSQL server activity monitoring." +.TH PG_ACTIVITY 1 2026-05-12 "pg_activity 3.6.2" "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 From 4c1428cd77c8993be9025baa855307e16743072b Mon Sep 17 00:00:00 2001 From: blo Date: Tue, 12 May 2026 13:39:38 +0200 Subject: [PATCH 4/4] Update Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f40c5c9..bd24259c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Unreleased +## pg\_activity 3.6.2 - 2026-05-12 ### Fixed