Bump version to 0.4.29

This commit is contained in:
Paul Dicker 2023-09-05 17:02:33 +02:00 committed by Paul Dicker
parent d7444990b7
commit 8509c25364
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ cff-version: 1.2.0
message: Please cite this crate using these information. message: Please cite this crate using these information.
# Version information. # Version information.
date-released: 2023-08-29 date-released: 2023-09-05
version: 0.4.28 version: 0.4.29
# Project information. # Project information.
abstract: Date and time library for Rust abstract: Date and time library for Rust

View File

@ -1,6 +1,6 @@
[package] [package]
name = "chrono" name = "chrono"
version = "0.4.28" version = "0.4.29"
description = "Date and time library for Rust" description = "Date and time library for Rust"
homepage = "https://github.com/chronotope/chrono" homepage = "https://github.com/chronotope/chrono"
documentation = "https://docs.rs/chrono/" documentation = "https://docs.rs/chrono/"