Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 09733d4

Browse files
Bump version to 1.8.0 (#224)
Co-authored-by: microdataxyz <microdataxyz@users.noreply.github.com>
1 parent 22f0409 commit 09733d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

docs/pdoc_template/version.html.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
<option {{ 'selected' if env['version'] == '1.5.0' else '' }} value="1.5.0">1.5.0</option>
77
<option {{ 'selected' if env['version'] == '1.6.0' else '' }} value="1.6.0">1.6.0</option>
88
<option {{ 'selected' if env['version'] == '1.7.0' else '' }} value="1.7.0">1.7.0</option>
9+
<option {{ 'selected' if env['version'] == '1.8.0' else '' }} value="1.8.0">1.8.0</option>

0 commit comments

Comments
 (0)