Skip to content

Commit 82cfd70

Browse files
committed
Up the version for the next release
1 parent 4af6019 commit 82cfd70

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{% endfor %}
1818
{% else %}
1919
<dd><a href="/graphtage/latest">latest</a></dd>
20+
<dd><a href="/graphtage/v0.2.8">0.2.8</a></dd>
2021
<dd><a href="/graphtage/v0.2.7">0.2.7</a></dd>
2122
<dd><a href="/graphtage/v0.2.6">0.2.6</a></dd>
2223
<dd><a href="/graphtage/v0.2.5">0.2.5</a></dd>

graphtage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def git_branch() -> Optional[str]:
5959
"""
6060

6161

62-
__version__: Tuple[Union[int, str], ...] = (0, 2, 7)
62+
__version__: Tuple[Union[int, str], ...] = (0, 2, 8)
6363

6464
if DEV_BUILD:
6565
branch_name = git_branch()

0 commit comments

Comments
 (0)