Skip to content

Commit

Permalink
Rolling new release: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julmon committed Oct 4, 2016
1 parent 4d2bc03 commit e51aac2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012 - 2015, Julien Tachoires
Copyright (c) 2012 - 2016, Julien Tachoires

Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.

Expand Down
2 changes: 1 addition & 1 deletion docs/man/build-man.sh
@@ -1,3 +1,3 @@
#!/bin/bash

pod2man -r "pg_activity 1.3.0" -d `date +%Y-%m-%d` -c "Command line tool for PostgreSQL server activity monitoring." pg_activity.pod > pg_activity.1;
pod2man -r "pg_activity 1.3.1" -d `date +%Y-%m-%d` -c "Command line tool for PostgreSQL server activity monitoring." pg_activity.pod > pg_activity.1;
2 changes: 1 addition & 1 deletion docs/man/pg_activity.1
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "PG_ACTIVITY 1"
.TH PG_ACTIVITY 1 "2015-12-02" "pg_activity 1.3.0" "Command line tool for PostgreSQL server activity monitoring."
.TH PG_ACTIVITY 1 "2016-10-04" "pg_activity 1.3.1" "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
4 changes: 2 additions & 2 deletions pg_activity
Expand Up @@ -5,7 +5,7 @@ pg_activity
author: Julien Tachoires <julmon@gmail.com>
license: PostgreSQL License
Copyright (c) 2012 - 2015, Julien Tachoires
Copyright (c) 2012 - 2016, Julien Tachoires
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written
Expand All @@ -26,7 +26,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

from __future__ import print_function

PGTOP_VERSION = "1.3.0"
PGTOP_VERSION = "1.3.1"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion pgactivity/Data.py
Expand Up @@ -3,7 +3,7 @@
author: Julien Tachoires <julmon@gmail.com>
license: PostgreSQL License
Copyright (c) 2012 - 2015, Julien Tachoires
Copyright (c) 2012 - 2016, Julien Tachoires
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written
Expand Down
2 changes: 1 addition & 1 deletion pgactivity/Process.py
Expand Up @@ -3,7 +3,7 @@
author: Julien Tachoires <julmon@gmail.com>
license: PostgreSQL License
Copyright (c) 2012 - 2015, Julien Tachoires
Copyright (c) 2012 - 2016, Julien Tachoires
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written
Expand Down
2 changes: 1 addition & 1 deletion pgactivity/UI.py
Expand Up @@ -3,7 +3,7 @@
author: Julien Tachoires <julmon@gmail.com>
license: PostgreSQL License
Copyright (c) 2012 - 2015, Julien Tachoires
Copyright (c) 2012 - 2016, Julien Tachoires
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name = 'pg_activity',
version = '1.3.0',
version = '1.3.1',
author = 'Julien Tachoires',
author_email = 'julmon@gmail.com',
scripts = ['pg_activity'],
Expand Down

0 comments on commit e51aac2

Please sign in to comment.