Skip to content

Commit 6814efb

Browse files
committed
chore(VER): bump v6.0.0 --> v6.1.0; CHANGES
1 parent c28bca2 commit 6814efb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ Changelog
1616
%%%%%%%%%
1717

1818

19+
v6.1.0 (14 Apr 2020, @ankostis): config plugs & fix styles
20+
==========================================================
21+
Should have been a major bump due to breaking renames, but...no clients yet
22+
(and just out of to 5.x --> 6.x major bump).
23+
24+
+ REFACT/BREAK(plot): rename ``installed_plotter --> active_plotter``.
25+
+ REFACT/BREAK(congfig): denote context-manager functions by adding a ``"_plugged"`` suffix.
26+
+ FEAT(plot): offer ``with_XXX()`` cloning methods on Plotter/Style instances.
27+
+ FIX(plot): Style cstor were had his methods broken due to eager copying them
28+
from its parent class.
29+
30+
1931
v6.0.0 (13 Apr 2020, @ankostis): New Plotting Device...
2032
=======================================================
2133
+ ENH/REFACT(PLOT):

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__ = "6.0.0"
6-
__release_date__ = "13 Apr 2020, 17:04"
5+
__version__ = "6.1.0"
6+
__release_date__ = "14 Apr 2020, 20:00"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)