Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Unreleased
## pg\_activity 3.6.2 - 2026-05-12

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/man/pg_activity.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pgactivity/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.6.1"
__version__ = "3.6.2"
Loading