Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Feb 1, 2025
1 parent df3d07e commit 974da60
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 71 deletions.
127 changes: 74 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "tzfpy"
version = "0.16.2"
version = "0.16.3"

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

Expand All @@ -22,4 +22,4 @@ lazy_static = "1.5.0"
pyo3 = {version = "0.23.4", features = ["extension-module", "generate-import-lib", "abi3-py39"]}

# tzf-rs = { git = "https://github.com/ringsaturn/tzf-rs", rev = "31b1730", default-features = false}
tzf-rs = { version = "0.4.9", default-features = false }
tzf-rs = { version = "0.4.10", default-features = false }
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[build-system]
build-backend = "maturin"
requires = ["maturin>=1,<2"]

[project]
classifiers = [
"Programming Language :: Rust",
Expand Down Expand Up @@ -31,7 +27,6 @@ keywords = [
]
dynamic = ["version", "dependencies", "optional-dependencies"]


[project.optional-dependencies]
pytz = ["pytz>=2024.2"]
tzdata = ["tzdata>=2024.2"]
Expand All @@ -41,6 +36,10 @@ Documentation = "https://github.com/ringsaturn/tzfpy"
Issues = "https://github.com/ringsaturn/tzfpy/issues"
"Source Code" = "https://github.com/ringsaturn/tzfpy"

[build-system]
build-backend = "maturin"
requires = ["maturin>=1,<2"]

[dependency-groups]
dev = [
"ruff==0.8.1",
Expand All @@ -50,8 +49,8 @@ dev = [
"pytest-benchmark>=5.1.0",
"pytest-cov>=6.0.0",
"pytest-pretty>=1.2.0",
"pytz>=2024.2",
"tzdata>=2024.2",
"pytz>=2025.1",
"tzdata>=2025.1",
"pytest-codspeed>=3.0.0",
]

Expand Down
Loading

0 comments on commit 974da60

Please sign in to comment.