Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 720 Bytes

File metadata and controls

42 lines (26 loc) · 720 Bytes

Changelog

17.0 (2017-02-15)

  • Pinned the rq version Flask-RQ2 depends on to >=0.6.0,<0.7.0 for now. A bigger refactor will follow shortly that fixes those problems better.
  • Allow overriding the default_timeout in case of using the factory pattern.
  • Run tests on Python 3.6.

16.1.1 (2016-09-08)

  • Fixed typos in docs.

16.1 (2016-09-08)

  • Official Support for Flask >= 0.11
  • Fixed import paths to stop using flask.ext prefix.

16.0.2 (2016-05-20)

  • Fixed package description.

16.0.1 (2016-05-20)

  • Made wheel file universal.

16.0 (2016-05-20)

  • Initial release.