From 6ed269295d9dfc175468b926a3ecbd1edf89fa85 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Fri, 1 Oct 2021 16:55:54 +0200 Subject: [PATCH] PyCA 4.4 This is the release 4.4 of pyCA. PyCA 4.4 contains a new OpenMetrics endpoint, an enhanced user interface and a few library updates. New Features ------------ - OpenMetrics endpoint which alles monitoring PyCA via Prometheus (ffb12dd) Enhancements ------------ - Add the event title to the recordings overview (efe62dd, 5707094) - Update container images (e0204cd, b2da954) Libaries -------- - Updated several JavaScript libraries --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec60deb7..2cfa979f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(filename): setup( name="pyca", - version="4.3", + version="4.4", description="Opencast Capture Agent", author="Lars Kiesow", author_email='lkiesow@uos.de',