Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Jun 19, 2018
1 parent 57c4b8b commit 82ef4ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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)
Expand Down
2 changes: 1 addition & 1 deletion klaus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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):
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.2.2',
version='1.3.0',
author='Jonas Haag',
author_email='[email protected]',
packages=['klaus', 'klaus.contrib'],
Expand Down

0 comments on commit 82ef4ab

Please sign in to comment.