From cc38cfeab2d3f51a84135b0c270e0c138237f989 Mon Sep 17 00:00:00 2001 From: Djzin Date: Sat, 5 Nov 2016 11:36:44 +0000 Subject: [PATCH] version bump to 0.2.3 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 341872d..488f05c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-tz" -version = "0.2.2" +version = "0.2.3" authors = ["Djzin"] build = "build.rs" description = "TimeZone implementations for rust-chrono from the IANA database" diff --git a/README.md b/README.md index 5ca0d17..0645441 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chrono-TZ 0.2.2 +# Chrono-TZ 0.2.3 `Chrono-TZ` is a library that provides implementors of the [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The diff --git a/src/lib.rs b/src/lib.rs index 23797bd..bf78b66 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # Chrono-TZ 0.2.2 +//! # Chrono-TZ 0.2.3 //! //! `Chrono-TZ` is a library that provides implementors of the //! [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The