Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Nov 3, 2019
1 parent 0a8f8bb commit a05b8c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.5.0 (Nov 3, 2019)
-------------------
- #239: More robust "last updated at" determination (Jelmer Vernooij)
- #238: Cache index view (Jonas Haag)
- #240: Handle non-Git folders nicely with autoreloader (Guillaume Hétier)

1.4.0 (May 7, 2019)
-------------------
- #217: Add man page (Jelmer Vernooij)
Expand Down
2 changes: 1 addition & 1 deletion klaus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from klaus.repo import FancyRepo, InvalidRepo


KLAUS_VERSION = utils.guess_git_revision() or '1.4.0'
KLAUS_VERSION = utils.guess_git_revision() or '1.5.0'


class Klaus(flask.Flask):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def install_data_files_hack():

setup(
name='klaus',
version='1.4.0',
version='1.5.0',
author='Jonas Haag',
author_email='[email protected]',
packages=['klaus', 'klaus.contrib'],
Expand Down

0 comments on commit a05b8c0

Please sign in to comment.