Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Mar 22, 2023
1 parent 0355b4c commit 10e2870
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

## UNRELEASED
## pg\_activity 3.3.0 - 2023-03-22

### Fixed

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 @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "PG_ACTIVITY 1"
.TH PG_ACTIVITY 1 "2023-03-15" "pg_activity 3.2.0" "Command line tool for PostgreSQL server activity monitoring."
.TH PG_ACTIVITY 1 "2023-03-22" "pg_activity 3.3.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.2.0"
__version__ = "3.3.0"

0 comments on commit 10e2870

Please sign in to comment.