diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a319d3..9207254c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Unreleased +## pg\_activity 3.5.0 - 2024-03-01 ### Added diff --git a/docs/man/pg_activity.1 b/docs/man/pg_activity.1 index 7052e2a1..73274fce 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 "2024-02-28" "pg_activity 3.4.2" "Command line tool for PostgreSQL server activity monitoring." +.TH PG_ACTIVITY 1 "2024-03-01" "pg_activity 3.5.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 46aa803f..dcbfb52f 100644 --- a/pgactivity/__init__.py +++ b/pgactivity/__init__.py @@ -1 +1 @@ -__version__ = "3.4.2" +__version__ = "3.5.0"