Skip to content

Commit 2109272

Browse files
committed
Bumped version to 0.8.2
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 89f92bf commit 2109272

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psqlpy"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
isolated_build = true
33
env_list =
4+
py313
45
py312
56
py311
67
py310
@@ -9,6 +10,7 @@ env_list =
910

1011
[gh]
1112
python =
13+
3.13 = py313
1214
3.12 = py312
1315
3.11 = py311
1416
3.10 = py310

0 commit comments

Comments
 (0)