Skip to content

Commit

Permalink
Release se2thesis v4.2.0
Browse files Browse the repository at this point in the history
Fixed:
- The `phdphil` should not be a Doctor of Philosophy but, according to
  the regulations of the University, be a Doctor of *Natural* Philosophy.
  • Loading branch information
stephanlukasczyk committed Jun 25, 2024
1 parent 27edf45 commit 827ceb6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to

## [Unreleased]

## [v4.2.0] – 2024–06–25

### Fixed

- The `phdphil` should not be a Doctor of Philosophy but, according to the
regulations of the University, be a Doctor of *Natural* Philosophy.

## [v4.1.0] – 2024–06–07

### Added
Expand Down Expand Up @@ -230,7 +237,8 @@ These changes might be breaking changes!
### Added
- First official release

[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.1.0...HEAD
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.2.0...HEAD
[v4.2.0]: https://github.com/se2p/se2thesis/compare/v4.2.0...v4.1.0
[v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3
[v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
[v4.0.2]: https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1
Expand Down
Binary file modified examples/se2thesis-master-thesis-example.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion se2colors.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2colors} {2024-06-07} {4.1.0}
\ProvidesExplPackage {se2colors} {2024-06-25} {4.2.0}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion se2fonts.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2fonts} {2024-06-07} {4.1.0}
\ProvidesExplPackage {se2fonts} {2024-06-25} {4.2.0}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion se2packages.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2packages} {2024-06-07} {4.1.0}
\ProvidesExplPackage {se2packages} {2024-06-25} {4.2.0}
{Supporting packages for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
12 changes: 6 additions & 6 deletions se2thesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
% a bachelor thesis, |master| for a master thesis, |masterproposal| for
% a proposal to a master thesis, |phdproposal| for a proposal to a PhD thesis,
% |phd| for a PhD thesis in the natural sciences, |phdeng| for a PhD thesis
% in engineering, and |phdphil| for a PhD thesis in philosophy.
% in engineering, and |phdphil| for a PhD thesis in natural philosophy.
% \end{function}
%
% \begin{function}{colormode}
Expand Down Expand Up @@ -607,7 +607,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
\ProvidesExplClass {se2thesis} {2024-06-07} {4.1.0}
\ProvidesExplClass {se2thesis} {2024-06-25} {4.2.0}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
Expand Down Expand Up @@ -1283,15 +1283,15 @@
\tl_if_eq:NnTF \l_@@_thesis_type_tl { phdphil }
{
Dissertation~ zur~ Erlangung~ des~ Doktorgrades\\
der~ Philosophie~ (Dr.\,phil.)\\
der~ Naturphilosophie~ (Dr.\,phil.\,nat.)\\
eingereicht~ an~ der~ Fakultät~ für~ Informatik~ und~ Mathematik\\
der~ Universität~ Passau\\
\rule{\textwidth}{.1pt}\\
Dissertation~ submitted~ to\\
the~ Faculty~ of~ Computer~ Science~ and~ Mathematics\\
of~ the~ University~ of~ Passau\\
in~ partial~ fulfillment~ of~ obtaining\\
the~ degree~ of~ a~ Doctor~ of~ Philosophy
the~ degree~ of~ a~ Doctor~ of~ Natural~ Philosophy
} {
\tl_if_eq:NnT \l_@@_thesis_type_tl { bachelor }
{ \GetTranslation{Bachelor-thesis} }
Expand Down Expand Up @@ -1678,7 +1678,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{English}{se2translations}[2024/06/07]
\ProvideDictionaryFor{English}{se2translations}[2024/06/25]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
Expand Down Expand Up @@ -1729,7 +1729,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{German}{se2translations}[2024/06/07]
\ProvideDictionaryFor{German}{se2translations}[2024/06/25]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
Expand Down

0 comments on commit 827ceb6

Please sign in to comment.