diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcca35b..486ae126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log +## pg\_activity 3.4.2 - 2023-06-01 + +### Fixed + +* Fix package installation by not installing `tests` and `docs` directories + (#378). + ## pg\_activity 3.4.1 - 2023-05-30 ### Fixed diff --git a/docs/man/pg_activity.1 b/docs/man/pg_activity.1 index 0e8e74e5..823be6cc 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-05-30" "pg_activity 3.4.1" "Command line tool for PostgreSQL server activity monitoring." +.TH PG_ACTIVITY 1 "2023-06-01" "pg_activity 3.4.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 diff --git a/pgactivity/__init__.py b/pgactivity/__init__.py index a5cfdf59..46aa803f 100644 --- a/pgactivity/__init__.py +++ b/pgactivity/__init__.py @@ -1 +1 @@ -__version__ = "3.4.1" +__version__ = "3.4.2"