Skip to content

Commit 53cc599

Browse files
committed
Bump version to 0.15.3
1 parent 5ab6350 commit 53cc599

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.toml

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

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

polars_xdt/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
if TYPE_CHECKING:
1717
from datetime import date
18+
1819
from polars_xdt.typing import IntoExpr
1920

2021
RollStrategy: TypeAlias = Literal["raise", "forward", "backward"]

polars_xdt/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
if TYPE_CHECKING:
44
import sys
5+
56
import polars as pl
67

78
if sys.version_info >= (3, 10):

0 commit comments

Comments
 (0)