From d56a5bca0705d93e43ca9791e327aa814910bded Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 8 Mar 2022 22:04:22 +0100 Subject: [PATCH] PyCA 4.5 New Features ------------ * Ad-hoc Recordings by @lkiesow in https://github.com/opencast/pyCA/pull/378 Fixes ----- * Lower required Prometheus client version by @lkiesow in https://github.com/opencast/pyCA/pull/345 * Missing steps in installation documentation by @lkiesow in https://github.com/opencast/pyCA/pull/346 * Development command for starting all parts of pyCA by @lkiesow in https://github.com/opencast/pyCA/pull/347 * Document how to configure a continuous preview by @kristofkeppens in https://github.com/opencast/pyCA/pull/355 * Fix Silently Discarding Data by @lkiesow in https://github.com/opencast/pyCA/pull/377 * Updated FFmpeg download source URL for newer FFmpeg version by @pitfisher in https://github.com/opencast/pyCA/pull/369 * Ensure Default Reload Interval by @lkiesow in https://github.com/opencast/pyCA/pull/379 Tests ----- * Run Bandit Tests by @lkiesow in https://github.com/opencast/pyCA/pull/348 * User Interface Tests by @lkiesow in https://github.com/opencast/pyCA/pull/354 * Fix Event Modification Test Data by @lkiesow in https://github.com/opencast/pyCA/pull/380 The release also includes several updated libraries. **Full Changelog**: https://github.com/opencast/pyCA/compare/v4.4...v4.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a00efbc..eabd5eb6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(filename): setup( name="pyca", - version="4.4", + version="4.5", description="Opencast Capture Agent", author="Lars Kiesow", author_email='lkiesow@uos.de',