rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.43k stars 231 forks source link

This repo is not updated #151

Open ghost opened 7 years ago

ghost commented 7 years ago

Pypi has the current version (0.7) https://pypi.python.org/pypi/rq-scheduler but the code in this repo is stucked in 0.6.

What's happening? Is this still the canonical repo?

ZhukovAlexander commented 7 years ago

@jpscaletti , I think the PyPI version corresponds to v0.7.0 tag, while the master branch is the default branch for the repo. I guess there is some inconsistency between the master and the v0.7.0 tag for some reason.

CBienRoxane commented 7 years ago

Maybe you forgot to update version in your setup.py ;)