From 7637329f5893b80a66184f5fca04b74faa457249 Mon Sep 17 00:00:00 2001 From: vincenzoarcidiacono Date: Tue, 27 Feb 2024 15:26:30 +0100 Subject: [PATCH] chore(ver): bump 1.2.3 --> 1.2.4. --- CHANGELOG.rst | 8 ++++++++ README.rst | 4 ++-- xlref/_version.py | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ae3295a..284a3ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +v1.2.4 (2024-02-27) +------------------- + +Fix +~~~ +- (parser): Correct engines. + + v1.2.3 (2024-02-22) ------------------- diff --git a/README.rst b/README.rst index b4dca1a..7e4f1f7 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ xlref: Excel table reader. |pypi_ver| |test_status| |cover_status| |docs_status| |github_issues| |python_ver| |proj_license| -:release: 1.2.3 -:date: 2024-02-22 17:20:00 +:release: 1.2.4 +:date: 2024-02-27 15:30:00 :repository: https://github.com/vinci1it2000/xlref :pypi-repo: https://pypi.org/project/xlref/ :docs: http://xlref.readthedocs.io/ diff --git a/xlref/_version.py b/xlref/_version.py index 2e26b66..3d4ec41 100644 --- a/xlref/_version.py +++ b/xlref/_version.py @@ -10,11 +10,11 @@ '__license__', '__copyright__'] #: Authoritative project's PEP 440 version. -__version__ = version = "1.2.3" # Also update README.rst +__version__ = version = "1.2.4" # Also update README.rst # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2024-02-22 17:20:00" +__updated__ = "2024-02-27 15:30:00" __title__ = 'xlref'