Skip to content
Snippets Groups Projects
Commit cb4786f5 authored by Jonas Haag's avatar Jonas Haag
Browse files

Version 0.9.0

parent 64e483bb
Branches codeql
No related tags found
No related merge requests found
Changelog
=========
0.9.0 (Apr 14, 2016)
--------------------
* #155: Do not change SCRIPT_NAME if HTTP_X_SCRIPT_NAME isn't set (Louis Sautier)
0.8.0 (Feb 2, 2016)
-----------
-------------------
* #140, #145: Deprecate ``klaus.utils.SubUri`` in favor of the new ``klaus.utils.ProxyFix``,
which correctly handles ``SCRIPT_NAME``. For details on how to use the new ``ProxyFix``,
see `Klaus behind a reverse proxy <https://github.com/jonashaag/klaus/wiki/Klaus-behind-a-reverse-proxy>`_.
......
......@@ -6,7 +6,7 @@ from klaus import views, utils
from klaus.repo import FancyRepo
KLAUS_VERSION = utils.guess_git_revision() or '0.8.0'
KLAUS_VERSION = utils.guess_git_revision() or '0.9.0'
class Klaus(flask.Flask):
......
......@@ -25,7 +25,7 @@ except ImportError:
setup(
name='klaus',
version='0.8.0',
version='0.9.0',
author='Jonas Haag',
author_email='jonas@lophus.org',
packages=['klaus', 'klaus.contrib'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment