Skip to content

Commit 594aeb2

Browse files
committed
chore(ver): bump v7.1.1-->v7.1.2; CHANGES
1 parent 02a0663 commit 594aeb2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,19 @@ Changelog
8686
%%%%%%%%%
8787

8888

89-
v7.1.1 (5 May 2020, @ankostis): minor reschedule fixes and refactoring
90-
----------------------------------------------------------------------
89+
v7.1.2 (6 May 2020, @ankostis): minor reschedule fixes and refactoring
90+
======================================================================
91+
Actually it contains just what was destined for v7.1.1.
92+
9193
+ FIX(op): v7.0.0 promise that ``op.__call__`` delegates to ``compute()`` was a fake;
9294
now it is fixed.
9395
+ fix(config): endurance flags were miss-behaving.
9496
+ refact(net): factor out a :meth:`._reschedule()` method for both endurance & rescheduled ops.
9597
+ feat(build): +script to launch pytest on a local clone repo before pushing.
9698

99+
v7.1.1 (5 May 2020, @ankostis): canceled, by mistake contained features for 8.x
100+
--------------------------------------------------------------------------------
101+
(removed from PyPi/RTD, new features by mistake were removed from v7.1.2)
97102

98103

99104
v7.1.0 (4 May 2020, @ankostis): Cancelable sideffects, theme-ize & expand everything

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__ = "7.1.1"
6-
__release_date__ = "5 May 2020, 01:30"
5+
__version__ = "7.1.2"
6+
__release_date__ = "6 May 2020, 19:59"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)