Skip to content

Commit b677fd8

Browse files
committed
version upd
1 parent 7256ed1 commit b677fd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Fair tests in which the application manages the session lifecycle itself.
3-
Data isolation between tests is performed by running trunks before and after
4-
each test.
3+
Data isolation between tests is performed by running "TRUNCATE TABLE" before
4+
and after each test.
55
This is fair testing, but slower.
66
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "context-async-sqlalchemy"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "A convenient way to configure and interact with a async sqlalchemy session through context in asynchronous applications"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)