chore: release 3.0.1

This commit is contained in:
jo 2022-12-19 14:26:34 +01:00 committed by Jonas L
parent b0cdd8ff06
commit 86ceac76d8
7 changed files with 29 additions and 6 deletions

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="libretime-analyzer", name="libretime-analyzer",
version="3.0.0", version="3.0.1",
description="Libretime Analyzer", description="Libretime Analyzer",
author="LibreTime Contributors", author="LibreTime Contributors",
url="https://github.com/libretime/libretime", url="https://github.com/libretime/libretime",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="libretime-api-client", name="libretime-api-client",
version="3.0.0", version="3.0.1",
description="LibreTime API Client", description="LibreTime API Client",
author="LibreTime Contributors", author="LibreTime Contributors",
url="https://github.com/libretime/libretime", url="https://github.com/libretime/libretime",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="libretime-api", name="libretime-api",
version="3.0.0", version="3.0.1",
description="LibreTime API", description="LibreTime API",
author="LibreTime Contributors", author="LibreTime Contributors",
url="https://github.com/libretime/libretime", url="https://github.com/libretime/libretime",

23
docs/releases/3.0.1.md Normal file
View File

@ -0,0 +1,23 @@
---
title: LibreTime 3.0.1
---
import ReleaseHead from './\_release-head.md';
<ReleaseHead date='2022-12-20' version='3.0.1'/>
## :sparkling_heart: Contributors
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
- @jooola
- @paddatrapper
## :bug: Bug fixes
- remove systemd ProtectHome feature ([#2244](https://github.com/libretime/libretime/issues/2244))
- **installer:** install missing sudo
- **installer:** set home and login when running as postgres
- **legacy:** add log entry on task run ([#2316](https://github.com/libretime/libretime/issues/2316))
- **legacy:** log errors on connect check failure ([#2317](https://github.com/libretime/libretime/issues/2317))
- **worker:** replace deprecated cgi.parse_header ([#2333](https://github.com/libretime/libretime/issues/2333))

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="libretime-playout", name="libretime-playout",
version="3.0.0", version="3.0.1",
description="LibreTime Playout", description="LibreTime Playout",
author="LibreTime Contributors", author="LibreTime Contributors",
url="https://github.com/libretime/libretime", url="https://github.com/libretime/libretime",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="libretime-shared", name="libretime-shared",
version="3.0.0", version="3.0.1",
description="LibreTime Shared", description="LibreTime Shared",
url="https://github.com/libretime/libretime", url="https://github.com/libretime/libretime",
author="LibreTime Contributors", author="LibreTime Contributors",

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="libretime-worker", name="libretime-worker",
version="3.0.0", version="3.0.1",
description="LibreTime Worker", description="LibreTime Worker",
author="LibreTime Contributors", author="LibreTime Contributors",
url="https://github.com/libretime/libretime", url="https://github.com/libretime/libretime",