File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ https://github.com/pygraphkit/graphtik/releases
1515Changelog
1616%%%%%%%%%
1717
18+
19+ v5.7.0 (6 Apr 2020, @ankostis): FIX +SphinxExt in Wheel
20+ =======================================================
21+
22+
1823v5.6.0 (6 Apr 2020, @ankostis): +check_if_incomplete
1924=====================================================
2025+ feat(sol): + :meth: `.Solution.check_if_incomplete() ` just to get multi-errors
Original file line number Diff line number Diff line change 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.6 .0"
6- __release_date__ = "6 Apr 2020, 13:49 "
5+ __version__ = "5.7 .0"
6+ __release_date__ = "6 Apr 2020, 15:32 "
77__title__ = "graphtik"
88__summary__ = __doc__ .splitlines ()[0 ]
99__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments