Compare commits

..

No commits in common. 'b8e0c11ceb87f4dd7a8f95d74800adaec633b16c' and 'c659b7c9996b6a7beb088821a6d1c876eeb16e32' have entirely different histories.

  1. 2
      RELEASE.txt
  2. 2
      VERSION.txt
  3. 3
      scripttease/lib/commands/pgsql.py
  4. 4
      scripttease/version.py

@ -1 +1 @@
7.1.6-a
7.1.5-a

@ -1 +1 @@
7.1.6
7.1.5

@ -57,8 +57,7 @@ def pgsql(command, *args, excluded_kwargs=None, host="localhost", password=None,
a = list()
# Password may be None or an empty string.
if password:
if password is not None:
a.append('export PGPASSWORD="%s" &&' % password)
a.append(command)

@ -1,7 +1,7 @@
DATE = "2024-04-11"
VERSION = "7.1.6"
VERSION = "7.1.5"
MAJOR = 7
MINOR = 1
PATCH = 6
PATCH = 5
STATUS = "a"

Loading…
Cancel
Save