Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
klaus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jonashaag
klaus
Commits
cb4786f5
Commit
cb4786f5
authored
8 years ago
by
Jonas Haag
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.9.0
parent
64e483bb
Branches
codeql
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+5
-1
5 additions, 1 deletion
CHANGELOG.rst
klaus/__init__.py
+1
-1
1 addition, 1 deletion
klaus/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
7 additions
and
3 deletions
CHANGELOG.rst
+
5
−
1
View file @
cb4786f5
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>`_.
...
...
This diff is collapsed.
Click to expand it.
klaus/__init__.py
+
1
−
1
View file @
cb4786f5
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
cb4786f5
...
...
@@ -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
'
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment