**wq.core 1.2.0** is the first stable release of the wq.core 1.2 series.
Changes since wq.db 1.2 beta
* Check compatibility with Python 3.8
1.2.0b1
* use setuptools_scm & markdown readme (1a4cfab) * use safe_load() to avoid YAML warning (ce2dca7) * don't check if wq.io is installed - it was renamed to [IterTable](https://github.com/wq/itertable) (509c90f)
1.1.0
**wq.core 1.1.0** replaces the custom requirements.txt generator ([wq versions](https://wq.io/docs/wq-versions)) with a wrapper around pip freeze. Also, Python 2.7 support is no longer advertised (though it may still work).
1.0.0
Changes since wq.core 1.0.0 beta * New internal command to generate documentation for all registered CLI commands (wq/wq17). The documentation is online at <https://wq.io/docs/wq>.