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

Version 1.3.0

parent 57c4b8bf
Branches codeql
No related tags found
No related merge requests found
Changelog
=========
1.3.0 (June 19, 2018)
--------------------
- Split `klaus.contrib.autoreload` into main and entrypoint logic so it's
easier to customise it to your needs. (Jakob Hirsch)
- #212, #213: Fix docutils rendering (Jelmer Vernooij)
- #204, #214: Put files into subdirectory in tarball download (Jelmer Vernooij)
1.2.2 (Feb 14, 2018)
-------------------
- #202: Windows encoding problem (Jonas Haag)
......
......@@ -6,7 +6,7 @@ from klaus import views, utils
from klaus.repo import FancyRepo
KLAUS_VERSION = utils.guess_git_revision() or '1.2.2'
KLAUS_VERSION = utils.guess_git_revision() or '1.3.0'
class Klaus(flask.Flask):
......
......@@ -18,7 +18,7 @@ requires = ['six', 'flask', 'pygments', 'dulwich>=0.19.3', 'httpauth', 'humanize
setup(
name='klaus',
version='1.2.2',
version='1.3.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