Skip to content

Commit 11f5fbf

Browse files
committed
chore(VER): bump v5.6.0-->v5.7.0
1 parent dbfc6c9 commit 11f5fbf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

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

18+
19+
v5.7.0 (6 Apr 2020, @ankostis): FIX +SphinxExt in Wheel
20+
=======================================================
21+
22+
1823
v5.6.0 (6 Apr 2020, @ankostis): +check_if_incomplete
1924
=====================================================
2025
+ feat(sol): + :meth:`.Solution.check_if_incomplete()` just to get multi-errors

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.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"

0 commit comments

Comments
 (0)