Skip to content

Commit

Permalink
update remaining versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed May 15, 2024
1 parent cbb3e77 commit 84ca352
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/djvu2hocr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 'http://www.docbook.org/xml/4.5/docbookx.dtd'
[
<!ENTITY p 'djvu2hocr'>
<!ENTITY version '0.13'>
<!ENTITY version '0.13.1'>
]>

<refentry>

<refentryinfo>
<title>&p; manual</title>
<productname>ocrodjvu</productname>
<date>2023-01-15</date>
<date>2024-05-15</date>
<author>
<firstname>Jakub</firstname> <surname>Wilk</surname>
<email>jwilk@jwilk.net</email>
Expand Down
4 changes: 2 additions & 2 deletions doc/hocr2djvused.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 'http://www.docbook.org/xml/4.5/docbookx.dtd'
[
<!ENTITY p 'hocr2djvused'>
<!ENTITY version '0.13'>
<!ENTITY version '0.13.1'>
]>

<refentry>

<refentryinfo>
<title>&p; manual</title>
<productname>ocrodjvu</productname>
<date>2023-01-15</date>
<date>2024-05-15</date>
<author>
<firstname>Jakub</firstname> <surname>Wilk</surname>
<email>jwilk@jwilk.net</email>
Expand Down
4 changes: 2 additions & 2 deletions doc/ocrodjvu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 'http://www.docbook.org/xml/4.5/docbookx.dtd'
[
<!ENTITY p 'ocrodjvu'>
<!ENTITY version '0.13'>
<!ENTITY version '0.13.1'>
]>

<refentry>

<refentryinfo>
<title>&p; manual</title>
<productname>ocrodjvu</productname>
<date>2023-01-15</date>
<date>2024-05-15</date>
<author>
<firstname>Jakub</firstname> <surname>Wilk</surname>
<email>jwilk@jwilk.net</email>
Expand Down
2 changes: 1 addition & 1 deletion ocrodjvu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import argparse
import sys

__version__ = '0.13'
__version__ = '0.13.1'


class VersionAction(argparse.Action):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_djvu2hocr/nesting.test1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ocr-system" content="djvu2hocr 0.13" />
<meta name="ocr-system" content="djvu2hocr 0.13.1" />
<meta name="ocr-capabilities" content="ocr_carea ocr_page ocr_par ocrx_block ocrx_line ocrx_word" />
<title>DjVu hidden text layer</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_djvu2hocr/non-xml-characters.test1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ocr-system" content="djvu2hocr 0.13" />
<meta name="ocr-system" content="djvu2hocr 0.13.1" />
<meta name="ocr-capabilities" content="ocr_carea ocr_page ocr_par ocrx_block ocrx_line ocrx_word" />
<title>DjVu hidden text layer</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_djvu2hocr/non-xml-characters.test2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ocr-system" content="djvu2hocr 0.13" />
<meta name="ocr-system" content="djvu2hocr 0.13.1" />
<meta name="ocr-capabilities" content="ocr_carea ocr_page ocr_par ocrx_block ocrx_line ocrx_word" />
<title>DjVu hidden text layer</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_djvu2hocr/upside-down.test1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ocr-system" content="djvu2hocr 0.13" />
<meta name="ocr-system" content="djvu2hocr 0.13.1" />
<meta name="ocr-capabilities" content="ocr_carea ocr_page ocr_par ocrx_block ocrx_line ocrx_word" />
<title>DjVu hidden text layer</title>
</head>
Expand Down

0 comments on commit 84ca352

Please sign in to comment.