Forums

bottle 0.12

Any plans to upgrade to bottle 0.12, which is the current stable version and has some new features? What I see is bottle.version = '0.11.6'.

We support Bottle 0.12 for Python 3.4 -- if you want to use it with an older Python version, you can do it with a virtualenv -- these instructions for Django will help.

In the near future we plan to make package versions more easily upgradable on a per-account basis -- right now everyone gets the same version (for each Python version) so it's hard for us to upgrade without breaking existing apps.