Skip to content

Commit c4fdef9

Browse files
committed
chore(VER): bump v8.2.0-->v8.3.0; CHANGES
1 parent 796d0f1 commit c4fdef9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ Changelog
8888
%%%%%%%%%
8989

9090

91-
v8.3.0.dev0 (XX May 2020, @ankostis): drop sol-finalize
92-
=======================================================
91+
v8.3.0.dev0 (12 May 2020, @ankostis): mapped-->keyword, drop sol-finalize
92+
=========================================================================
9393
+ BREAK: rename ``mapped --> keyword``, which conveys the mot important meaning.
9494
+ DROP Solution.finalized() method -- has stopped being used to reverse values
9595
since sfxed have been introduced (v7+).
96-
96+
+ doc(modifiers): explain :term:`diacritic` symbols of dependencies when in printouts.
9797

9898
v8.2.0 (11 May 2020, @ankostis): custom Solutions, Task-context
9999
===============================================================

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

0 commit comments

Comments
 (0)