Skip to content

Commit b74e6b1

Browse files
committed
Merge branch 'release/1.5.0'
2 parents 76caa70 + fba5f72 commit b74e6b1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.5.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>\w+))?
44
tag = False
55
commit = True

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ before_script:
1010
script:
1111
- make travis
1212
after_success:
13-
- cp handbook-1.4.0.pdf latest.pdf
14-
- cp handbook-1.4.0.html latest.html
15-
- travis-custom-deploy sftp handbook-1.4.0.pdf handbook-1.4.0.html latest.pdf latest.html
13+
- cp handbook-1.5.0.pdf latest.pdf
14+
- cp handbook-1.5.0.html latest.html
15+
- travis-custom-deploy sftp handbook-1.5.0.pdf handbook-1.5.0.html latest.pdf latest.html
1616
notification:
1717
email:
1818
on_success: never

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
MARKDOWN=$(filter-out README.md,$(wildcard *.md))
22

33
default: handbook.pdf handbook.html
4-
travis: handbook-1.4.0.html handbook-1.4.0.pdf
4+
travis: handbook-1.5.0.html handbook-1.5.0.pdf
55

66
.PHONY: dependencies
77
dependencies:
88
git submodule update --init
99

10-
handbook-1.4.0.html: $(MARKDOWN) dependencies
10+
handbook-1.5.0.html: $(MARKDOWN) dependencies
1111
pandoc -f markdown -t html --css=markdown-css-themes/markdown10.css \
1212
--standalone --self-contained $(MARKDOWN) -o $@
1313

14-
handbook.html: handbook-1.4.0.html
14+
handbook.html: handbook-1.5.0.html
1515
cp $< $@
1616

17-
handbook-1.4.0.pdf: $(MARKDOWN)
17+
handbook-1.5.0.pdf: $(MARKDOWN)
1818
pandoc --standalone -f markdown -t latex $(MARKDOWN) -o $@
1919

20-
handbook.pdf: handbook-1.4.0.pdf
20+
handbook.pdf: handbook-1.5.0.pdf
2121
cp $< $@
2222

2323
clean:

dokumentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Das Planungswerkzeug für überschneidungsfreies Studieren besteht aus **vier Ha
7474

7575
1. **Zwei XML-Dokumente ( Modulbaum und Moduldaten)** ([Download](https://github.com/plues/data/tree/develop/raw))
7676

77-
2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://github.com/plues/mincer/releases/download/2.3.0/mincer-2.3.0.exe) [MacOs/Linux](https://github.com/plues/mincer/releases/download/2.3.0/mincer-2.3.0-standalone.jar))
77+
2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://github.com/plues/mincer/releases/download/2.4.0/mincer-2.4.0.exe) [MacOs/Linux](https://github.com/plues/mincer/releases/download/2.4.0/mincer-2.4.0-standalone.jar))
7878

79-
3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/2.5.0))
79+
3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/2.6.0))
8080

81-
4. **Hauptanwendung** ([Download](https://github.com/plues/plues/releases/tag/2.2.0))
81+
4. **Hauptanwendung** ([Download](https://github.com/plues/plues/releases/tag/2.3.0))
8282

8383
Als Grundlage dienen zwei XML-Dokumente, der Modulbaum und die Moduldaten. Diese enthalten alle relevanten Informationen der einzelnen Kurse und Module eines Studienganges, sowie die genauen Veranstaltungszeiten. Die Anwendung mincer fügt diese beiden Dateien zu einer gemeinsamen SQlite- Datenbank zusammen, welche als Grundlage für die Hauptanwendung dient. Nachdem die SQlite-Datenbank von der Hauptanwendung geöffnet wurde, ist diese funktionsfähig.
8484

@@ -103,7 +103,7 @@ Um ein vernünftiges Arbeiten mit dem Planungswerkzeug für überschneidungsfrei
103103
### <a name="fa"></a> 2.1 Starten der Hauptanwendung und Einlesen der Daten
104104

105105

106-
Die Hauptanwendung wird durch die Datei **plues-2.2.0** gestartet. Nach dem Starten erscheint folgender Bildschirm:
106+
Die Hauptanwendung wird durch die Datei **plues-2.3.0** gestartet. Nach dem Starten erscheint folgender Bildschirm:
107107

108108

109109
![](hauptanwendung1.jpg)

0 commit comments

Comments
 (0)