diff --git a/README.md b/README.md index 36765ae51..af7d3a498 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [queue_job](queue_job/) | 17.0.1.0.0 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue [queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 17.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Run jobs without a dedicated JobRunner +[queue_job_subscribe](queue_job_subscribe/) | 17.0.1.0.0 | | Control which users are subscribed to queue job notifications [test_queue_job](test_queue_job/) | 17.0.1.0.0 | | Queue Job Tests [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 90406b17a..8178f6cce 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-queue" -version = "17.0.20231213.0" +version = "17.0.20240108.0" dependencies = [ "odoo-addon-queue_job>=17.0dev,<17.1dev", "odoo-addon-queue_job_cron_jobrunner>=17.0dev,<17.1dev", + "odoo-addon-queue_job_subscribe>=17.0dev,<17.1dev", "odoo-addon-test_queue_job>=17.0dev,<17.1dev", ] classifiers=[