Skip to content

Commit

Permalink
Bump version to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Aug 14, 2024
1 parent 5ab6350 commit 53cc599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_xdt"
version = "0.15.2"
version = "0.15.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions polars_xdt/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

if TYPE_CHECKING:
from datetime import date

from polars_xdt.typing import IntoExpr

RollStrategy: TypeAlias = Literal["raise", "forward", "backward"]
Expand Down
1 change: 1 addition & 0 deletions polars_xdt/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

if TYPE_CHECKING:
import sys

import polars as pl

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

0 comments on commit 53cc599

Please sign in to comment.