diff --git a/DESCRIPTION b/DESCRIPTION index cd35327e..6247491f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lubridate Type: Package -Version: 1.7.0 +Version: 1.7.1 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 fa9eab54..8c79bae8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,9 @@ -Version 1.7.0.9000 -================== +Version 1.7.1 +============= ## BUG FIXES -* [#575](https://github.com/tidyverse/lubridate/issues/598), [#600](https://github.com/tidyverse/lubridate/issues/598) Fix zoneinfo lookup on windows and solaris. +* [#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`. * [#597](https://github.com/tidyverse/lubridate/issues/597) Fix broken parsing of `ymd` strings by `as_datetime`.