Skip to content

Commit f2645d7

Browse files
AlexanderAlexander
Alexander
authored and
Alexander
committed
Start PBCKP-294
1 parent d9fba83 commit f2645d7

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

‎.travis.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ notifications:
1919

2020
env:
2121
- PYTHON_VERSION=2 PG_VERSION=10
22-
- PYTHON_VERSION=2 PG_VERSION=9.6
23-
- PYTHON_VERSION=2 PG_VERSION=9.5
24-
- PYTHON_VERSION=2 PG_VERSION=9.4
25-
- PYTHON_VERSION=3 PG_VERSION=13
26-
- PYTHON_VERSION=3 PG_VERSION=12
27-
- PYTHON_VERSION=3 PG_VERSION=11
22+
- PYTHON_VERSION=2 PG_VERSION=11
23+
- PYTHON_VERSION=2 PG_VERSION=12
24+
- PYTHON_VERSION=2 PG_VERSION=13
25+
- PYTHON_VERSION=2 PG_VERSION=14
26+
- PYTHON_VERSION=2 PG_VERSION=15rc1
2827
- PYTHON_VERSION=3 PG_VERSION=10
29-
- PYTHON_VERSION=3 PG_VERSION=9.6
30-
- PYTHON_VERSION=3 PG_VERSION=9.5
31-
- PYTHON_VERSION=3 PG_VERSION=9.4
28+
- PYTHON_VERSION=3 PG_VERSION=11
29+
- PYTHON_VERSION=3 PG_VERSION=12
30+
- PYTHON_VERSION=3 PG_VERSION=13
31+
- PYTHON_VERSION=3 PG_VERSION=14
32+
- PYTHON_VERSION=3 PG_VERSION=15rc1

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
testgres is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.
22

3-
Copyright (c) 2016-2018, Postgres Professional
3+
Copyright (c) 2016-2022, Postgres Professional
44

55
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.
66

‎docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = u'testgres'
22-
copyright = u'2016-2018, Postgres Professional'
22+
copyright = u'2016-2022, Postgres Professional'
2323
author = u'Postgres Professional'
2424

2525
# The short X.Y version
2626
version = u''
2727
# The full version, including alpha/beta/rc tags
28-
release = u'1.5'
28+
release = u'1.9'
2929

3030
# -- General configuration ---------------------------------------------------
3131

‎docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Example:
3232

3333
.. code-block:: bash
3434
35-
export PG_BIN=$HOME/pg_10/bin
35+
export PG_BIN=$HOME/pg_14/bin
3636
python my_tests.py
3737
3838
Examples

0 commit comments

Comments
 (0)