diff --git a/CITATION.cff b/CITATION.cff index a1dbb0e2e9..f3bf88b582 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ cff-version: 1.2.0 message: Please cite this crate using these information. # Version information. -date-released: 2024-03-06 -version: 0.4.35 +date-released: 2024-03-26 +version: 0.4.36 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index 5349c2c6ba..f0eed71410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.35" +version = "0.4.36" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"