Skip to content

Commit e88d17c

Browse files
committed
chore(VER): bump v5.4.0-->5.5.0; CHANGES
1 parent 0040ef6 commit e88d17c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ https://github.com/pygraphkit/graphtik/releases
1515
Changelog
1616
%%%%%%%%%
1717

18+
v5.5.0 (1 Apr 2020, @ankostis): ortho plots
19+
===========================================
20+
Should have been a major bump due to breaking rename of ``Plotter`` class,
21+
but...no clients yet.
22+
23+
+ ENH(plot): plot edges in grapos with `Graphviz`_ ``splines=ortho``.
24+
+ REFACT(plot): rename base class from ``Plotter --> Plottable``;
25+
+ enh(build): add ``[dev]`` distribution extras as an alias to ``[all]``.
26+
doc: refered to the new name from a new term in glossary.
27+
+ enh(site): put RST substitutions in :confval:`rst_epilog` configuration
28+
(instead of importing them from README's tails).
29+
+ doc(quickstart): exemplify ``@operation`` as a decorator.
30+
31+
1832
v5.4.0 (29 Mar 2020, @ankostis): auto-name ops, dogfood quickstart
1933
==================================================================
2034
+ enh(op): use func_name if none given.

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__ = "5.4.0"
6-
__release_date__ = "29 Mar 2020, 04:20"
5+
__version__ = "5.5.0"
6+
__release_date__ = "1 Apr 2020, 15:10"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)