Skip to content

Commit 86ebf27

Browse files
committed
Bump version: 2025.03.31 → 2025.04.24
1 parent 911d6d6 commit 86ebf27

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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 = 2025.03.31
2+
current_version = 2025.04.24
33
commit = True
44
tag = True
55
tag_name = {new_version}

lib/PageXML.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Class for input, output and processing of Page XML files and referenced image.
33
*
4-
* @version $Version: 2025.03.31$
4+
* @version $Version: 2025.04.24$
55
* @copyright Copyright (c) 2016-present, Mauricio Villegas <[email protected]>
66
* @license MIT License
77
*/

lib/PageXML.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Header file for the PageXML class
33
*
4-
* @version $Version: 2025.03.31$
4+
* @version $Version: 2025.04.24$
55
* @copyright Copyright (c) 2016-present, Mauricio Villegas <[email protected]>
66
* @license MIT License
77
*/

py-pagexml/docker/Dockerfile_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
PAGEXML_VERSION=2025.03.31
4+
PAGEXML_VERSION=2025.04.24
55

66
docker build \
77
-f Dockerfile_runtime \

py-pagexml/pagexml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .swigPageXML import * # pylint: disable=import-error
33

44

5-
__version__ = '2025.03.31'
5+
__version__ = '2025.04.24'
66

77
PAGE_XSD_SEARCHINK = os.path.dirname(os.path.realpath(__file__))+'/xsd/pagecontent_searchink.xsd'
88
PAGE_XSD_OMNIUS = os.path.dirname(os.path.realpath(__file__))+'/xsd/pagecontent_omnius.xsd'

py-pagexml/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pagexml_tests =
3030

3131
[metadata]
3232
name = pagexml
33-
version = 2025.03.31
33+
version = 2025.04.24
3434
description = Wrapper for the PageXML C++ library to ease handling of Page XML files within python.
3535
long_description = file: README.rst
3636
author = Mauricio Villegas

py-textfeat/textfeat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .swigTextFeatExtractor import * # pylint: disable=import-error
22
from .legacy import LegacyTextFeatExtractor
33

4-
__version__ = '2025.03.31'
4+
__version__ = '2025.04.24'

0 commit comments

Comments
 (0)