Skip to content

Commit ef5ae6f

Browse files
committed
bump version
1 parent 4ce8c25 commit ef5ae6f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Diff for: CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Changelog for package kaobook
44

55
Work in progress
66
----------------
7+
8+
0.9.7 (2021/06/02)
9+
------------------
710
* Move the packages to the root of the repository
11+
* Introduce the 'bar' chapterstyle
12+
* Fix some issues
813

914
0.9.6 (2021/03/23)
1015
------------------

Diff for: kaobook.cls

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% kaobook
33
% LaTeX Class
4-
% Version 0.9.6 (2021/03/23)
4+
% Version 0.9.7 (2021/06/02)
55
%
66
% This template originates from:
77
% https://www.LaTeXTemplates.com
@@ -25,7 +25,7 @@
2525
%----------------------------------------------------------------------------------------
2626

2727
\NeedsTeXFormat{LaTeX2e}
28-
\ProvidesClass{kaobook}[2021/03/23 v0.9.6 kaobook]
28+
\ProvidesClass{kaobook}[2021/06/02 v0.9.7 kaobook]
2929
\newcommand{\@baseclass}{scrbook} % Base class name
3030

3131
%\RequirePackage{kvoptions} % Manage class key-value options

Diff for: kaohandt.cls

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% kaobook
33
% LaTeX Class
4-
% Version 0.9.6 (2021/03/23)
4+
% Version 0.9.7 (2021/06/02)
55
%
66
% This template originates from:
77
% https://www.LaTeXTemplates.com
@@ -25,7 +25,7 @@
2525
%----------------------------------------------------------------------------------------
2626

2727
\NeedsTeXFormat{LaTeX2e}
28-
\ProvidesClass{kaohandt}[2021/03/23 v0.9.6 kaohandt]
28+
\ProvidesClass{kaohandt}[2021/06/02 v0.9.7 kaohandt]
2929
\newcommand{\@classname}{kaohandt} % Class name
3030
\newcommand{\@baseclass}{scrartcl} % Base class name
3131

0 commit comments

Comments
 (0)