chore: release 3.0.1
This commit is contained in:
parent
20b18d976e
commit
37ba9d0986
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name="libretime-analyzer",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="Libretime Analyzer",
|
||||
author="LibreTime Contributors",
|
||||
url="https://github.com/libretime/libretime",
|
||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name="libretime-api-client",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="LibreTime API Client",
|
||||
author="LibreTime Contributors",
|
||||
url="https://github.com/libretime/libretime",
|
||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name="libretime-api",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="LibreTime API",
|
||||
author="LibreTime Contributors",
|
||||
url="https://github.com/libretime/libretime",
|
||||
|
|
|
@ -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))
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name="libretime-playout",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="LibreTime Playout",
|
||||
author="LibreTime Contributors",
|
||||
url="https://github.com/libretime/libretime",
|
||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name="libretime-shared",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="LibreTime Shared",
|
||||
url="https://github.com/libretime/libretime",
|
||||
author="LibreTime Contributors",
|
||||
|
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name="libretime-worker",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="LibreTime Worker",
|
||||
author="LibreTime Contributors",
|
||||
url="https://github.com/libretime/libretime",
|
||||
|
|
Loading…
Reference in New Issue