Skip to content

Commit 793d2b3

Browse files
committed
chore(VER): bump v8.3.0-->v8.3.1; CHANGES
1 parent b8b3420 commit 793d2b3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ Changelog
9090
%%%%%%%%%
9191

9292

93+
v8.3.1 (14 May 2020, @ankostis): plot edges from south-->north of nodes
94+
=======================================================================
95+
+ ENH(plot): have all the link-edges between data and operations route out and into
96+
the same point on the nodes (src: south, dst: north).
97+
Distinguish needs edges from provides with a "dot".
98+
9399
v8.3.0 (12 May 2020, @ankostis): mapped-->keyword, drop sol-finalize
94100
====================================================================
95101
+ BREAK: rename ``mapped --> keyword``, which conveys the mot important meaning.

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__ = "8.3.0"
6-
__release_date__ = "12 May 2020, 18:21"
5+
__version__ = "8.3.1"
6+
__release_date__ = "14 May 2020, 00:50"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)