Merge pull request #239 from cakebaker/bump_version_to_0_13_1

chore: bump version to 0.13.1
This commit is contained in:
Daniel Hofstetter
2025-10-04 17:27:00 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "parse_datetime"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"jiff",
"num-traits",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "parse_datetime"
description = "parsing human-readable time strings and converting them to a DateTime"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/parse_datetime"