From 37cd5967a69def749af25676ab7c8cf534689f52 Mon Sep 17 00:00:00 2001 From: Serhii A Date: Thu, 2 Feb 2023 15:03:10 +0200 Subject: [PATCH] Release 1.1.7 (#1135) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Release 1.1.7 * Update HISTORY.rst Co-authored-by: Adrián Chaves * Update HISTORY.rst Co-authored-by: Adrián Chaves * Update HISTORY.rst Co-authored-by: Adrián Chaves --------- Co-authored-by: Adrián Chaves --- HISTORY.rst | 12 +++++++++++- dateparser/__init__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 15f476394..2904145e5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,17 @@ History ======= -1.1.6 (2022-01-12) +1.1.7 (2023-02-02) +------------------ + +Improvements: + +- Add an “ago” synonym for Arabic (#1128) +- Improved date parsing for Czech (#1131) +- Improved date parsing for Indonesian (#1134) + + +1.1.6 (2023-01-12) ------------------ Improvements: diff --git a/dateparser/__init__.py b/dateparser/__init__.py index 1dc6ea632..35df4da2d 100644 --- a/dateparser/__init__.py +++ b/dateparser/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.1.6' +__version__ = '1.1.7' from .date import DateDataParser from .conf import apply_settings