From 2bb80c86e84d7b00dac45d3487ffb6064afea9c2 Mon Sep 17 00:00:00 2001 From: vincenzoarcidiacono Date: Fri, 8 Nov 2024 17:52:35 +0100 Subject: [PATCH] chore(ver): bump 1.5.43 --> 1.5.44. --- CHANGELOG.rst | 14 ++++++++++++++ README.rst | 4 ++-- schedula/_version.py | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ac1131c2..46a6f8bc4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog ========= +v1.5.44 (2024-11-08) +-------------------- + +Feat +~~~~ +- (form): Update resources. + +- (form): Improve consent layout. + +- (form): Improve user layout. + +- (form): Add menu border. + + v1.5.43 (2024-11-07) -------------------- diff --git a/README.rst b/README.rst index 5b8693c2b..6812f3a7c 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ schedula: A smart function scheduler for dynamic flow-based programming |pypi_ver| |test_status| |cover_status| |docs_status| |downloads| |month_downloads| |github_issues| |python_ver| |proj_license| |binder| -:release: 1.5.43 -:date: 2024-11-07 00:00:00 +:release: 1.5.44 +:date: 2024-11-08 17:55:00 :repository: https://github.com/vinci1it2000/schedula :pypi-repo: https://pypi.org/project/schedula/ :docs: https://schedula.readthedocs.io/ diff --git a/schedula/_version.py b/schedula/_version.py index 6e330ff6c..313461397 100644 --- a/schedula/_version.py +++ b/schedula/_version.py @@ -9,11 +9,11 @@ '__license__', '__copyright__'] #: Authoritative project's PEP 440 version. -__version__ = version = "1.5.43" # Also update README.rst +__version__ = version = "1.5.44" # Also update README.rst # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2024-11-07 00:00:00" +__updated__ = "2024-11-08 17:55:00" __title__ = 'schedula'