Skip to content

Commit b33788c

Browse files
committed
chore(VER): bump v8.0.1-->8.0.1
1 parent 7ca024a commit b33788c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGES.rst

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

8888

89-
v8.0.0 (7 May 2020, @ankostis): re-MODULE; sideffect --> sfx; all DIACRITIC Modifiers; invert "merge" meaning
89+
v8.0.1 (7 May 2020, @ankostis): re-MODULE; sideffect --> sfx; all DIACRITIC Modifiers; invert "merge" meaning
9090
=============================================================================================================
91+
**--((superseded immediately v8.0.0 with just one more module restructuring)))--**
92+
9193
+ BREAK: restructured ``netop`` && ``network`` modules:
9294

9395
+ :mod:`.network` module was splitted into :mod:`.execution` which now
9496
contains plan+solution;
95-
+ renamed module ``netop`` --> ``.pipeline``.
97+
+ unified modules ``op`` + ``netop`` --> :mod`.composition`.
9698
+ DOC: module dependencies diagram in :doc:`reference`.
9799

98100
+ BREAK: sideffect modifier functions *shortened* to :func:`.sfx` & :func:`.sfxed`.
@@ -125,6 +127,12 @@ v8.0.0 (7 May 2020, @ankostis): re-MODULE; sideffect --> sfx; all DIACRITIC Modi
125127
for colored/font-size sphinx roles.
126128

127129

130+
v8.0.0 (7 May 2020, @ankostis): retracted bc found one more module restructuring
131+
--------------------------------------------------------------------------------
132+
**--((all changes above in b8.0.1 happened actually here))--**
133+
134+
135+
128136
v7.1.2 (6 May 2020, @ankostis): minor reschedule fixes and refactoring
129137
======================================================================
130138
Actually it contains just what was destined for v7.1.1.

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.0.0"
6-
__release_date__ = "7 May 2020, 02:15"
5+
__version__ = "8.0.1"
6+
__release_date__ = "7 May 2020, 02:58"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)