From 504ce5e3822eddfaf905aa064ddc77b88654f096 Mon Sep 17 00:00:00 2001 From: vincenzoarcidiacono Date: Sun, 12 Jan 2025 21:16:20 +0100 Subject: [PATCH] chore(ver): bump 1.5.50 --> 1.5.51. --- CHANGELOG.rst | 13 +++++++++++++ README.rst | 8 +++++--- schedula/_version.py | 4 ++-- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f27c600d..daa3a152 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Changelog ========= +v1.5.51 (2025-01-12) +-------------------- + +Feat +~~~~ +- (form): Update resources. + + +Fix +~~~ +- (form): Correct cascader schema definition to avoid overwrite. + + v1.5.50 (2025-01-11) -------------------- diff --git a/README.rst b/README.rst index 6ddacda0..16c69462 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.50 -:date: 2025-01-11 17:45:00 +:release: 1.5.51 +:date: 2025-01-12 21:15:00 :repository: https://github.com/vinci1it2000/schedula :pypi-repo: https://pypi.org/project/schedula/ :docs: https://schedula.readthedocs.io/ @@ -504,7 +504,9 @@ processes:: Supported by ============ -[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport) +.. image:: https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg + :target: https://jb.gg/OpenSourceSupport + :alt: JetBrains logo. .. _end-sponsors: .. _start-badges: diff --git a/schedula/_version.py b/schedula/_version.py index 23fe1c97..84a85991 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.50" # Also update README.rst +__version__ = version = "1.5.51" # Also update README.rst # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2025-01-11 17:45:00" +__updated__ = "2025-01-12 21:15:00" __title__ = 'schedula'