Skip to content

Commit 1f11c9a

Browse files
committed
chore(VER) bump 10.1.0.dev2=>10.1.0; CHANGES
1 parent 5911bd8 commit 1f11c9a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGES.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,15 @@ Changelog
8686
%%%%%%%%%
8787

8888

89-
v10.1.0 (XX Jul 2020, @ankostis): Step number badges
90-
----------------------------------------------------
89+
v10.1.0 (5 Aug 2020, @ankostis): rename return-dict outs; step number badges
90+
----------------------------------------------------------------------------
91+
92+
FEAT(op): :func:`.keyword` modifier can rename outputs of a :term:`returns dictionary`
93+
function.
94+
95+
+ fix: rescheduled function err-msg were listing wrong missing provides.
96+
+ enh: err-msg did not list returns-dict mismatches.
97+
9198
+ ENH(plot): add number badges on operations & data nodes to denote execution order;
9299
theme ``show_steps=False`` can hide them;
93100

graphtik/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
33
"""Lightweight :term:`computation` graphs for Python."""
44

5-
__version__ = "10.1.0.dev2"
6-
__release_date__ = "4 Aug 2020, 15:5"
5+
__version__ = "10.1.0"
6+
__release_date__ = "5 Aug 2020, 14:02"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)