Skip to content

Commit

Permalink
version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Nov 15, 2024
1 parent ec8cb89 commit 40bff3e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions doc/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ocrodjvu (0.13.2) unstable; urgency=low

[ FriedrichFroebel ]
* Stop testing on Python < 3.9.
* Add support for Python 3.13.

-- FriedrichFroebel <> Fri, 15 Nov 2024 15:05:00 +0100

ocrodjvu (0.13.1) unstable; urgency=low

[ FriedrichFroebel ]
Expand Down
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.1'>
<!ENTITY version '0.13.2'>
]>

<refentry>

<refentryinfo>
<title>&p; manual</title>
<productname>ocrodjvu</productname>
<date>2024-05-15</date>
<date>2024-11-15</date>
<author>
<firstname>Jakub</firstname> <surname>Wilk</surname>
<email>[email protected]</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.1'>
<!ENTITY version '0.13.2'>
]>

<refentry>

<refentryinfo>
<title>&p; manual</title>
<productname>ocrodjvu</productname>
<date>2024-05-15</date>
<date>2024-11-15</date>
<author>
<firstname>Jakub</firstname> <surname>Wilk</surname>
<email>[email protected]</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.1'>
<!ENTITY version '0.13.2'>
]>

<refentry>

<refentryinfo>
<title>&p; manual</title>
<productname>ocrodjvu</productname>
<date>2024-05-15</date>
<date>2024-11-15</date>
<author>
<firstname>Jakub</firstname> <surname>Wilk</surname>
<email>[email protected]</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.1'
__version__ = '0.13.2'


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.1" />
<meta name="ocr-system" content="djvu2hocr 0.13.2" />
<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.1" />
<meta name="ocr-system" content="djvu2hocr 0.13.2" />
<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.1" />
<meta name="ocr-system" content="djvu2hocr 0.13.2" />
<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.1" />
<meta name="ocr-system" content="djvu2hocr 0.13.2" />
<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 40bff3e

Please sign in to comment.