Skip to content

Commit 16097f0

Browse files
committed
5.15.9 - UI layout updates
1 parent 94b9fbc commit 16097f0

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- run: |
8080
mk python-release owner=libre-embedded \
81-
repo=runtimepy version=5.15.8
81+
repo=runtimepy version=5.15.9
8282
if: |
8383
matrix.python-version == '3.12'
8484
&& matrix.system == 'ubuntu-latest'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
=====================================
33
generator=datazen
44
version=3.2.3
5-
hash=c354cb6439439285d244ad2bdcc32cc8
5+
hash=ef690aab5423bad6b856bee68276c8fd
66
=====================================
77
-->
88

9-
# runtimepy ([5.15.8](https://pypi.org/project/runtimepy/))
9+
# runtimepy ([5.15.9](https://pypi.org/project/runtimepy/))
1010

1111
[![python](https://img.shields.io/pypi/pyversions/runtimepy.svg)](https://pypi.org/project/runtimepy/)
1212
![Build Status](https://github.com/libre-embedded/runtimepy/workflows/Python%20Package/badge.svg)

local/variables/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
major: 5
33
minor: 15
4-
patch: 8
4+
patch: 9
55
entry: runtimepy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
44

55
[project]
66
name = "runtimepy"
7-
version = "5.15.8"
7+
version = "5.15.9"
88
description = "A framework for implementing Python services."
99
readme = "README.md"
1010
requires-python = ">=3.12"

runtimepy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =====================================
22
# generator=datazen
33
# version=3.2.3
4-
# hash=be3f79364e840f1950bc121205810f02
4+
# hash=d9d0de2bb0023948837d59c828acf9fb
55
# =====================================
66

77
"""
@@ -10,7 +10,7 @@
1010

1111
DESCRIPTION = "A framework for implementing Python services."
1212
PKG_NAME = "runtimepy"
13-
VERSION = "5.15.8"
13+
VERSION = "5.15.9"
1414

1515
# runtimepy-specific content.
1616
METRICS_NAME = "metrics"

runtimepy/data/css/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ body > :first-child {
1919

2020
#runtimepy-tabs {
2121
width: min-content;
22+
max-width: 30vw;
23+
overflow: hidden;
2224
}
2325

2426
#runtimepy-splash {

tasks/default.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ config:
99
1010
Arbitrary configuration (testing).
1111
12+
<div style="width: 800px; background-color: red">test</div>
13+
1214
bottom_markdown: |
1315
# Bottom Markdown
1416

0 commit comments

Comments
 (0)