Skip to content

Commit

Permalink
chore(ver): bump 1.2.0 --> 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Nov 4, 2020
1 parent 5b108d7 commit 5ef2b33
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,23 @@ Changelog
=========


v1.2.1 (2020-11-04)
-------------------

Feat
~~~~
- (dsp): Add `MapDispatch` class.

- (core): Add execution function log.


Fix
~~~
- (rtd): Correct documentation rendering in `rtd`.

- (autosumary): Correct bug for `AutosummaryEntry`.


v1.2.0 (2020-04-08)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -6,8 +6,8 @@ schedula: A smart function scheduler for dynamic flow-based programming
|pypi_ver| |travis_status| |cover_status| |docs_status| |dependencies|
|github_issues| |python_ver| |proj_license| |binder|

:release: 1.2.0
:date: 2020-04-08 17:50:00
:release: 1.2.1
:date: 2020-11-04 12:30: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
Expand Up @@ -9,11 +9,11 @@
'__license__', '__copyright__']

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

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2020-04-08 17:50:00"
__updated__ = "2020-11-04 12:30:00"

__title__ = 'schedula'

Expand Down

0 comments on commit 5ef2b33

Please sign in to comment.