Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Feb 29, 2020
1 parent 9f49b44 commit 5b697de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changelog
=========

1.5.0 (Nov 26, 2019)
1.5.2 (Nov 26, 2019)
-------------------
- #247: Fix import (Marc Schwab)

1.5.1 (Nov 26, 2019)
-------------------
- Test release to check Docker pipeline. No changes.

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.5.1'
KLAUS_VERSION = utils.guess_git_revision() or '1.5.2'


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.5.1',
version='1.5.2',
author='Jonas Haag',
author_email='[email protected]',
packages=['klaus', 'klaus.contrib'],
Expand Down

0 comments on commit 5b697de

Please sign in to comment.