We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9699c86 commit 5fc26c3Copy full SHA for 5fc26c3
1 file changed
postgresql/bin/pg_python.py
@@ -12,7 +12,7 @@
12
import contextlib
13
from .. import clientparameters
14
from ..python import command as pycmd
15
-from .. import __version__
+from .. import project
16
17
from ..driver import default as pg_driver
18
from .. import exceptions as pg_exc
@@ -34,7 +34,7 @@
34
def command(argv = sys.argv):
35
p = clientparameters.DefaultParser(
36
"%prog [connection options] [script] ...",
37
- version = __version__,
+ version = project.version,
38
option_list = default_options
39
)
40
p.disable_interspersed_args()
0 commit comments