diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8b6f8046..1d090af4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -77,7 +77,7 @@ jobs: - run: | mk python-release owner=vkottler \ - repo=runtimepy version=5.8.2 + repo=runtimepy version=5.8.3 if: | matrix.python-version == '3.12' && matrix.system == 'ubuntu-latest' diff --git a/README.md b/README.md index 26f2c358..c2556701 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ===================================== generator=datazen version=3.1.4 - hash=f08f284eec5884d8657cdaf9e4105284 + hash=a0578deccfc29186901fc54d3849b52b ===================================== --> -# runtimepy ([5.8.2](https://pypi.org/project/runtimepy/)) +# runtimepy ([5.8.3](https://pypi.org/project/runtimepy/)) [![python](https://img.shields.io/pypi/pyversions/runtimepy.svg)](https://pypi.org/project/runtimepy/) ![Build Status](https://github.com/vkottler/runtimepy/workflows/Python%20Package/badge.svg) diff --git a/local/variables/package.yaml b/local/variables/package.yaml index eb602c63..4e2082ce 100644 --- a/local/variables/package.yaml +++ b/local/variables/package.yaml @@ -1,5 +1,5 @@ --- major: 5 minor: 8 -patch: 2 +patch: 3 entry: runtimepy diff --git a/pyproject.toml b/pyproject.toml index 75ee250e..263a175f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "runtimepy" -version = "5.8.2" +version = "5.8.3" description = "A framework for implementing Python services." readme = "README.md" requires-python = ">=3.12" diff --git a/runtimepy/__init__.py b/runtimepy/__init__.py index 267eb721..ba853dcb 100644 --- a/runtimepy/__init__.py +++ b/runtimepy/__init__.py @@ -1,7 +1,7 @@ # ===================================== # generator=datazen # version=3.1.4 -# hash=2ba96609ce56b23f10e95e08eb767442 +# hash=b65d0c030290cfc108e2e5e85293e331 # ===================================== """ @@ -10,7 +10,7 @@ DESCRIPTION = "A framework for implementing Python services." PKG_NAME = "runtimepy" -VERSION = "5.8.2" +VERSION = "5.8.3" # runtimepy-specific content. METRICS_NAME = "metrics" diff --git a/runtimepy/data/css/main.css b/runtimepy/data/css/main.css index 1f532db0..8e944ea9 100644 --- a/runtimepy/data/css/main.css +++ b/runtimepy/data/css/main.css @@ -1,5 +1,7 @@ html { height: 100%; + width: 100%; + position: fixed; } body {