git @ Cat's Eye Technologies klaus / 380ec33
Version 1.2.0 Jonas Haag 8 years ago
3 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changelog
11 =========
2
3 1.2.0 (Tue 13, 2017)
4 --------------------
5 * #177: Fix relative links in READMEs (etc.) (Jelmer Vernooij)
6 * #36: Allow for branch names with `/`, e.g. `feature/foobar` (Martin Zimmermann, Chris St. Pierre)
7 * #184: Drop support for Python 2.6 (Jelmer Vernooij)
8 * Refactor diff generating code (Jelmer Vernooij)
9 * Fix temporary files not being deleted (Jonas Haag)
210
311 1.1.0 (Feb 1, 2017)
412 -------------------
55 from klaus.repo import FancyRepo
66
77
8 KLAUS_VERSION = utils.guess_git_revision() or '1.1.0'
8 KLAUS_VERSION = utils.guess_git_revision() or '1.2.0'
99
1010
1111 class Klaus(flask.Flask):
1717
1818 setup(
1919 name='klaus',
20 version='1.1.0',
20 version='1.2.0',
2121 author='Jonas Haag',
2222 author_email='jonas@lophus.org',
2323 packages=['klaus', 'klaus.contrib'],