From 97842310554c14c2e0f8d9aafa5364100eeb8094 Mon Sep 17 00:00:00 2001 From: Vitalie Spinu Date: Tue, 27 Feb 2018 15:35:03 +0100 Subject: [PATCH] Version 1.7.3 --- DESCRIPTION | 2 +- NEWS.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1d44f43d..bcf03123 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lubridate Type: Package -Version: 1.7.2 +Version: 1.7.3 Title: Make Dealing with Dates a Little Easier Description: Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of diff --git a/NEWS.md b/NEWS.md index 5080b7f6..baaafb67 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +Version 1.7.3 +============= + +### BUG FIXES + +* [#643](https://github.com/tidyverse/lubridate/issues/643), [#640](https://github.com/tidyverse/lubridate/issues/640), [#645](https://github.com/tidyverse/lubridate/issues/645) Fix faulty caching of system timezone. Version 1.7.2 ============= @@ -23,7 +29,7 @@ Version 1.7.2 Version 1.7.1 ============= -## BUG FIXES +### BUG FIXES * [#575](https://github.com/tidyverse/lubridate/issues/598), [#600](https://github.com/tidyverse/lubridate/issues/600), [#602](https://github.com/tidyverse/lubridate/issues/602) Fix zoneinfo lookup on windows and solaris. * [#598](https://github.com/tidyverse/lubridate/issues/598) Fix broken parsing of `ymd_hms` strings by `as_date`.