From 440ba918f6e5f62b20ddfc47537ceb8f9175ea79 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 4 Oct 2020 20:10:30 -0400 Subject: [PATCH] Version 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 159f8bb..69bf148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "1.1.0" +version = "1.2.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"