Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
klaus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jonashaag
klaus
Commits
82ef4ab1
Commit
82ef4ab1
authored
6 years ago
by
Jonas Haag
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.3.0
parent
57c4b8bf
Branches
codeql
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+7
-0
7 additions, 0 deletions
CHANGELOG.rst
klaus/__init__.py
+1
-1
1 addition, 1 deletion
klaus/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
9 additions
and
2 deletions
CHANGELOG.rst
+
7
−
0
View file @
82ef4ab1
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)
...
...
This diff is collapsed.
Click to expand it.
klaus/__init__.py
+
1
−
1
View file @
82ef4ab1
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
82ef4ab1
...
...
@@ -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
'
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment