Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Jun 17, 2024
1 parent 0a2ad4d commit 9eb3fbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

3.0.1 (Jun 17, 2024)
--------------------
- #330: Fix startup with ctags (Louis Sautier)

3.0.0 (May 23, 2024)
--------------------
Require Python >= 3.7.
Expand Down
2 changes: 1 addition & 1 deletion klaus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from klaus import utils, views
from klaus.repo import FancyRepo, InvalidRepo

KLAUS_VERSION = utils.guess_git_revision() or "3.0.0"
KLAUS_VERSION = utils.guess_git_revision() or "3.0.1"


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 @@ -28,7 +28,7 @@ def install_data_files_hack():

setup(
name="klaus",
version="3.0.0",
version="3.0.1",
author="Jonas Haag",
author_email="jonas@lophus.org",
packages=["klaus", "klaus.contrib"],
Expand Down

0 comments on commit 9eb3fbb

Please sign in to comment.