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

Version 0.8.0

parent 67f24396
No related branches found
Tags 0.8.0
No related merge requests found
Changelog
=========
0.7.2 (TBA)
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``,
......
......@@ -6,7 +6,7 @@ from klaus import views, utils
from klaus.repo import FancyRepo
KLAUS_VERSION = utils.guess_git_revision() or '0.7.1'
KLAUS_VERSION = utils.guess_git_revision() or '0.8.0'
class Klaus(flask.Flask):
......
......@@ -15,7 +15,7 @@ def install_data_files_hack():
install_data_files_hack()
requires = ['six', 'flask', 'pygments', 'dulwich>=0.9.6', 'httpauth', 'humanize']
requires = ['six', 'flask', 'pygments', 'dulwich>=0.12.0', 'httpauth', 'humanize']
try:
import argparse # not available for Python 2.6
......@@ -25,7 +25,7 @@ except ImportError:
setup(
name='klaus',
version='0.7.1',
version='0.8.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