Skip to content

Releases: TurboGears/gearbox

Version 0.3.2

15 Feb 16:01
Compare
Choose a tag to compare
  • Help menu is now printed when gearbox is started without any command
  • Fixed a regression on setup-app being unable to find the right module.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

13 Feb 20:34
Compare
Choose a tag to compare
  • Fixed a regression for CherryPy web server introduced in 0.3.0

Full Changelog: 0.3.0...0.3.1

Version 0.3.0

11 Feb 18:55
63e085b
Compare
Choose a tag to compare
  • 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 in gearbox.utils.copy_dir has been removed, it was never used.

Full Changelog: 0.2.2...0.3.0

Version 0.2.1

21 Oct 20:15
Compare
Choose a tag to compare
  • Fixed WSGI Server threaded mode on Python 3

Version 0.2.0

13 Feb 21:48
Compare
Choose a tag to compare
  • 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.