diff --git a/.codespellignore b/.codespellignore index b455798e9..9dfb12629 100644 --- a/.codespellignore +++ b/.codespellignore @@ -4,8 +4,9 @@ HDA ro # Names -flor +conet falso +flor # TODO: See https://github.com/savonet/liquidsoap/issues/1654 prefered diff --git a/analyzer/setup.py b/analyzer/setup.py index 1b7e5a729..7373626d3 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="libretime-analyzer", - version="3.1.0", + version="3.2.0", description="Libretime Analyzer", author="LibreTime Contributors", url="https://github.com/libretime/libretime", diff --git a/api-client/setup.py b/api-client/setup.py index 30616b8cf..32099855c 100644 --- a/api-client/setup.py +++ b/api-client/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="libretime-api-client", - version="3.1.0", + version="3.2.0", description="LibreTime API Client", author="LibreTime Contributors", url="https://github.com/libretime/libretime", diff --git a/api/setup.py b/api/setup.py index 95dde57ab..a4ed2dd92 100644 --- a/api/setup.py +++ b/api/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="libretime-api", - version="3.1.0", + version="3.2.0", description="LibreTime API", author="LibreTime Contributors", url="https://github.com/libretime/libretime", diff --git a/docs/releases/3.2.0.md b/docs/releases/3.2.0.md new file mode 100644 index 000000000..276e3918d --- /dev/null +++ b/docs/releases/3.2.0.md @@ -0,0 +1,26 @@ +--- +title: Unreleased +--- + +import ReleaseHead from './\_release-head.md'; + + + +## :sparkling_heart: Contributors + +The LibreTime project wants to thank the following contributors for authoring PRs to this release: + +- @conet +- @jooola +- @paddatrapper + +## :rocket: Features + +- **legacy:** move session store to database ([#2523](https://github.com/libretime/libretime/issues/2523)) +- **api:** add email configuration +- add mobile devices stream config field ([#2744](https://github.com/libretime/libretime/issues/2744)) + +## :bug: Bug fixes + +- **playout:** liquidsoap aac output syntax errors +- libretime process leaks and lsof high cpu usage ([#2615](https://github.com/libretime/libretime/issues/2615)) diff --git a/playout/setup.py b/playout/setup.py index 857393e38..c8a90aa28 100644 --- a/playout/setup.py +++ b/playout/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="libretime-playout", - version="3.1.0", + version="3.2.0", description="LibreTime Playout", author="LibreTime Contributors", url="https://github.com/libretime/libretime", diff --git a/shared/setup.py b/shared/setup.py index b46ac0f23..e16f0e733 100644 --- a/shared/setup.py +++ b/shared/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="libretime-shared", - version="3.1.0", + version="3.2.0", description="LibreTime Shared", url="https://github.com/libretime/libretime", author="LibreTime Contributors", diff --git a/worker/setup.py b/worker/setup.py index 2131554e7..4d0bbdfc6 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="libretime-worker", - version="3.1.0", + version="3.2.0", description="LibreTime Worker", author="LibreTime Contributors", url="https://github.com/libretime/libretime",