From b5a9850aa14f4a21cd8f52210de731752006563f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 29 Aug 2023 15:21:36 +0200 Subject: [PATCH] Bump version to 0.4.27 --- CITATION.cff | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6ed9a60b1d..f3d6371af9 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: 2023-05-31 -version: 0.4.26 +date-released: 2023-08-29 +version: 0.4.27 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index 9689637bd0..1e12b4e7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.26" +version = "0.4.27" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"