Skip to content

Commit 02a0663

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

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ Changelog
8686
%%%%%%%%%
8787

8888

89+
v7.1.1 (5 May 2020, @ankostis): minor reschedule fixes and refactoring
90+
----------------------------------------------------------------------
91+
+ FIX(op): v7.0.0 promise that ``op.__call__`` delegates to ``compute()`` was a fake;
92+
now it is fixed.
93+
+ fix(config): endurance flags were miss-behaving.
94+
+ refact(net): factor out a :meth:`._reschedule()` method for both endurance & rescheduled ops.
95+
+ feat(build): +script to launch pytest on a local clone repo before pushing.
96+
97+
98+
8999
v7.1.0 (4 May 2020, @ankostis): Cancelable sideffects, theme-ize & expand everything
90100
====================================================================================
91101
|v440-flowchart|

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

0 commit comments

Comments
 (0)