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

Commit e91081f

Browse files
Bump version to 1.7.0 (#217)
Co-authored-by: microdataxyz <microdataxyz@users.noreply.github.com>
1 parent c1c3c4c commit e91081f

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.6.0
1+
1.7.0

docs/pdoc_template/version.html.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
<option {{ 'selected' if env['version'] == '1.4.0' else '' }} value="1.4.0">1.4.0</option>
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>
8+
<option {{ 'selected' if env['version'] == '1.7.0' else '' }} value="1.7.0">1.7.0</option>

0 commit comments

Comments
 (0)