diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 151f3a11b..c7b472a5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +v1.5.2 (2023-11-19) +------------------- + +Feat +~~~~ +- (form): Update static code. + +- (form): Add `antd` translations. + +- (test): Update coverage python version. + + +Fix +~~~ +- (asy): Ensure all processes are well closed. + +- (drw): Correct broken link when same object is rendered twice. + +- (form): Correct language selector bugs and uniform translation + handling. + + v1.5.1 (2023-11-11) ------------------- diff --git a/README.rst b/README.rst index 2047da296..785df6681 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| |github_issues| |python_ver| |proj_license| |binder| -:release: 1.5.1 -:date: 2023-11-11 00:00:00 +:release: 1.5.2 +:date: 2023-11-19 09:40: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 e23e7c89e..8187435f8 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.1" # Also update README.rst +__version__ = version = "1.5.2" # Also update README.rst # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2023-11-11 00:00:00" +__updated__ = "2023-11-19 09:40:00" __title__ = 'schedula'