Skip to content

Commit

Permalink
Version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Feb 21, 2025
1 parent 681a9c5 commit eae6b1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## pg\_activity 3.6.0 - UNRELEASED
## pg\_activity 3.6.0 - 2025-02-21

### Added

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-02-17 "pg_activity 3.5.1" "Command line tool for PostgreSQL server activity monitoring."
.TH PG_ACTIVITY 1 2025-02-21 "pg_activity 3.6.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
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.5.1"
__version__ = "3.6.0"

0 comments on commit eae6b1e

Please sign in to comment.