Skip to content

Commit 4c3ee0e

Browse files
committed
CHORE(VER): bump v4.0.0 --> 4.0.1; CHANGES
1 parent 41e6d14 commit 4c3ee0e

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
@@ -6,6 +6,12 @@ TODO
66
====
77
See :gg:`1`.
88

9+
v4.0.1 (12 Dec 2019, @ankostis): bugfix
10+
=======================================
11+
+ FIX(plan): ``plan.repr()`` was failing on empty plans.
12+
+ fix(site): minor badge fix & landing diagram.
13+
14+
915
v4.0.0 (11 Dec 2019, @ankostis): NESTED merge, revert v3.x Unvarying, immutable OPs, "color" nodes
1016
==================================================================================================
1117
+ BREAK/ENH(NETOP): MERGE NESTED NetOps by collecting all their operations

graphtik/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""Lightweight computation graphs for Python."""
44

55
__author__ = "hnguyen, ankostis"
6-
__version__ = "4.0.0"
7-
__release_date__ = "11 Dec 2019, 21:05"
6+
__version__ = "4.0.1"
7+
__release_date__ = "12 Dec 2019, 00:51"
88
__license__ = "Apache-2.0"
99
__title__ = "graphtik"
1010
__summary__ = __doc__.splitlines()[0]

0 commit comments

Comments
 (0)