Skip to content

Commit

Permalink
chore(ver): bump 1.5.19 --> 1.5.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Sep 4, 2024
1 parent e6b73c0 commit 6277810
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .coveragec
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[report]
omit = */test/*
omit =
*/test/*
*/utils/form/*
cli.py

[report]
exclude_lines =
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@ Changelog
=========


v1.5.20 (2024-09-04)
--------------------

Feat
~~~~
- (form): Update resources.

- (form): Make contact mail usable outside app context.


Fix
~~~
- (setup): Add missing requirements.

- (doc): Correct Sphinx import error.

- (form): Correct bug in App component.


v1.5.19 (2024-09-02)
--------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.19
:date: 2024-09-02 18:30:00
:release: 1.5.20
:date: 2024-09-04 13:00:00
:repository: https://github.com/vinci1it2000/schedula
:pypi-repo: https://pypi.org/project/schedula/
:docs: https://schedula.readthedocs.io/
Expand Down
4 changes: 2 additions & 2 deletions schedula/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'__license__', '__copyright__']

#: Authoritative project's PEP 440 version.
__version__ = version = "1.5.19" # Also update README.rst
__version__ = version = "1.5.20" # Also update README.rst

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2024-09-02 18:30:00"
__updated__ = "2024-09-04 13:00:00"

__title__ = 'schedula'

Expand Down

0 comments on commit 6277810

Please sign in to comment.