From 7c00bc1b56448df68dcdc37c355fc341f498e272 Mon Sep 17 00:00:00 2001 From: vincenzoarcidiacono Date: Thu, 22 Feb 2024 17:13:47 +0100 Subject: [PATCH] chore(ver): bump 1.2.2 --> 1.2.3. --- CHANGELOG.rst | 12 ++++++++++++ README.rst | 4 ++-- xlref/_version.py | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3963814..ae3295a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Changelog ========= +v1.2.3 (2024-02-22) +------------------- + +Fix +~~~ +- (parser): Update default reader engine and add macro files. + +- (doc): Correct issues links. + +- (setup): Correct setup config file. + + v1.2.2 (2023-11-15) ------------------- diff --git a/README.rst b/README.rst index 3d25b49..b4dca1a 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.2 -:date: 2023-11-15 11:30:00 +:release: 1.2.3 +:date: 2024-02-22 17:20: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 9bfa1f4..2e26b66 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.2" # Also update README.rst +__version__ = version = "1.2.3" # Also update README.rst # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2023-11-15 11:30:00" +__updated__ = "2024-02-22 17:20:00" __title__ = 'xlref'