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

Commit 5405938

Browse files
Bump version to 1.5.0 (#202)
Co-authored-by: microdataxyz <microdataxyz@users.noreply.github.com>
1 parent 216d590 commit 5405938

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.4.0
1+
1.5.0

docs/pdoc_template/version.html.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
<option {{ 'selected' if env['version'] == '1.2.0' else '' }} value="1.2.0">1.2.0</option>
44
<option {{ 'selected' if env['version'] == '1.3.0' else '' }} value="1.3.0">1.3.0</option>
55
<option {{ 'selected' if env['version'] == '1.4.0' else '' }} value="1.4.0">1.4.0</option>
6+
<option {{ 'selected' if env['version'] == '1.5.0' else '' }} value="1.5.0">1.5.0</option>

0 commit comments

Comments
 (0)