Skip to content

Commit

Permalink
Merge pull request #148 from dalibo/Release_1.6.2
Browse files Browse the repository at this point in the history
Bump version to 1.6.2
  • Loading branch information
blogh authored Sep 25, 2020
2 parents c723dd4 + d3a751f commit 7107112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_activity
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

from __future__ import print_function

PGTOP_VERSION = "1.6.1"
PGTOP_VERSION = "1.6.2"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name = 'pg_activity',
version = '1.6.1',
version = '1.6.2',
author = 'Julien Tachoires',
author_email = '[email protected]',
scripts = ['pg_activity'],
Expand Down

0 comments on commit 7107112

Please sign in to comment.