From 21e2e6d4dee268b356d7ce5b30725a1056602468 Mon Sep 17 00:00:00 2001 From: vincenzoarcidiacono Date: Sun, 8 Dec 2024 17:04:58 +0100 Subject: [PATCH] chore(ver): bump 1.5.48 --> 1.5.49. --- CHANGELOG.rst | 13 +++++++++++++ README.rst | 4 ++-- schedula/_version.py | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0c45b25..2843ad17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Changelog ========= +v1.5.49 (2024-12-09) +-------------------- + +Feat +~~~~ +- (form): Update resources. + + +Fix +~~~ +- (form): Correct Steps error checks. + + v1.5.48 (2024-12-08) -------------------- diff --git a/README.rst b/README.rst index 45bcee2c..056cc5e0 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.48 -:date: 2024-12-08 15:30:00 +:release: 1.5.49 +:date: 2024-12-09 00:00: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 82be4789..f2beb770 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.48" # Also update README.rst +__version__ = version = "1.5.49" # Also update README.rst # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2024-12-08 15:30:00" +__updated__ = "2024-12-09 00:00:00" __title__ = 'schedula'