Releases: TurboGears/gearbox
Releases · TurboGears/gearbox
Version 0.3.2
- Help menu is now printed when gearbox is started without any command
- Fixed a regression on
setup-app
being unable to find the rightmodule.websetup
to use when there was more than one root module in the project.
Full Changelog: 0.3.1...0.3.2
Version 0.3.1
- Fixed a regression for CherryPy web server introduced in 0.3.0
Full Changelog: 0.3.0...0.3.1
Version 0.3.0
- Gearbox is now compatible with Pytnon 3.13
- Tests were written for all commands to verify their behaviour
- Ruff was introduced to ensure consistent formatting and linting
- Project was migrated to
pyproject.toml
- Support for Python 2 has been dropped
- Support for
pkg_resources
ingearbox.utils.copy_dir
has been removed, it was never used.
Full Changelog: 0.2.2...0.3.0
Version 0.2.1
- Fixed WSGI Server threaded mode on Python 3
Version 0.2.0
- Moved to use hupper ( https://github.com/Pylons/hupper ) to reload code on changes
- Support cheroot for CherryPy server
- Support new gevent pywsgi module
- Get rid of a deprecation warning when loading additional commands.