From 7d62045ec4cd667e240fde899a99458bf8eae1f1 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Wed, 27 Mar 2024 07:23:00 +0100 Subject: [PATCH] Prepare 0.4.37 --- CITATION.cff | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f3bf88b582..0e44adfac8 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-26 -version: 0.4.36 +date-released: 2024-03-27 +version: 0.4.37 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index f0eed71410..495ac35c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.36" +version = "0.4.37" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"