Scripted version bump + release branch creation

This commit is contained in:
2018-08-15 18:24:43 +02:00
parent fbcc6dc511
commit 6f180cc6c4
8 changed files with 679 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ def _draw_introduction(image_y, ui_scale, window_width, window_height):
x = 0.5 * window_width
y = 0.70 * window_height
blf.size(font_id, int(32 * ui_scale), 72)
draw_text_center(f"Blender Benchmark {version.version_human}", x, y, shadow=True)
draw_text_center(f"Blender Benchmark {version.formatted()}", x, y, shadow=True)
y -= 32 * ui_scale
blf.size(font_id, int(12 * ui_scale), 72)