Skip to content

Commit c77cfa8

Browse files
committed
Bump version
1 parent 5d692d0 commit c77cfa8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.0.23 (2025-04-11)
2+
3+
* [Do not pull if we have an image locally](https://github.com/anna-money/pytest-pg/pull/223)
4+
5+
16
## v0.0.22 (2025-04-03)
27

38
* Override docker host with env variable

pytest_pg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__all__: Tuple[str, ...] = ("PG", "run_pg", "pg", "pg_11", "pg_12", "pg_13", "pg_14", "pg_15", "pg_16")
99

10-
__version__ = "0.0.22"
10+
__version__ = "0.0.23"
1111

1212
version = f"{__version__}, Python {sys.version}"
1313

0 commit comments

Comments
 (0)