libretime/worker
github-actions[bot] f50e10625d
chore(stable): release 3.2.1 (#2828)
🤖 I have created a release *beep* *boop*
---


## [3.2.1](https://github.com/libretime/libretime/compare/3.2.0...3.2.1)
(2023-12-22)


### Bug Fixes

* add parent function name in setValue exception
([#2777](https://github.com/libretime/libretime/issues/2777))
([c764a5a](c764a5a648))
* **api:** enum schema description
([#2803](https://github.com/libretime/libretime/issues/2803))
([976b70e](976b70ed32))
* **legacy:** allow uploading opus files
([#2804](https://github.com/libretime/libretime/issues/2804))
([1206252](1206252faa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-12-22 21:19:04 +01:00
..
install/systemd feat: install inside a python3 venv 2023-05-11 09:52:58 +01:00
libretime_worker feat: add sentry sdk 2023-03-14 14:59:45 +00:00
tests fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
Makefile feat: add sentry sdk 2023-03-14 14:59:45 +00:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
pyproject.toml test: re-enable pylint logging-fstring-interpolation 2023-02-26 19:09:51 +02:00
requirements.txt chore(deps): update dependency mutagen to >=1.45.1,<1.48 (#2682) 2023-09-08 15:18:33 +02:00
setup.py chore(stable): release 3.2.1 (#2828) 2023-12-22 21:19:04 +01:00

README.md

LibreTime Worker

LibreTime Worker is a service that will run background tasks.

Development

# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate

# Run linters
make lint

# Run tests
make test

# See the Makefile for more commands
cat Makefile