Skip to content

Commit 3077b32

Browse files
Version 1.13.0, Copyright xxxx-2026
1 parent ba79a31 commit 3077b32

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
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-2023, Postgres Professional
3+
Copyright (c) 2016-2026, 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
project = u'testgres'
2929
package_name = u'testgres'
30-
copyright = u'2016-2025, Postgres Professional'
30+
copyright = u'2016-2026, Postgres Professional'
3131
author = u'Postgres Professional'
3232

3333
# The short X.Y version
3434
version = u''
3535
# The full version, including alpha/beta/rc tags
36-
release = u'1.12.2'
36+
release = u'1.13.0'
3737

3838
# -- General configuration ---------------------------------------------------
3939

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = [".git", "__pycache__", "env", "venv"]
1111

1212
[project]
1313
name = "testgres"
14-
version = "1.12.2"
14+
version = "1.13.0"
1515
requires-python = ">=3.7.17"
1616

1717
description = "Testing utility for PostgreSQL and its extensions"

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2017-2023 Postgres Professional
3+
# Copyright (c) 2017-2026 Postgres Professional
44

55
set -eux
66

run_tests2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2017-2025 Postgres Professional
3+
# Copyright (c) 2017-2026 Postgres Professional
44

55
set -eux
66

0 commit comments

Comments
 (0)