File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2025.03.31
2+ current_version = 2025.04.24
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 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 <maurovill+pagexml@gmail.com>
66 * @license MIT License
77 */
Original file line number Diff line number Diff line change 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 <maurovill+pagexml@gmail.com>
66 * @license MIT License
77 */
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4- PAGEXML_VERSION=2025.03.31
4+ PAGEXML_VERSION=2025.04.24
55
66docker build \
77 -f Dockerfile_runtime \
Original file line number Diff line number Diff line change 22from .swigPageXML import * # pylint: disable=import-error
33
44
5- __version__ = '2025.03.31 '
5+ __version__ = '2025.04.24 '
66
77PAGE_XSD_SEARCHINK = os .path .dirname (os .path .realpath (__file__ ))+ '/xsd/pagecontent_searchink.xsd'
88PAGE_XSD_OMNIUS = os .path .dirname (os .path .realpath (__file__ ))+ '/xsd/pagecontent_omnius.xsd'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pagexml_tests =
3030
3131[metadata]
3232name = pagexml
33- version = 2025.03.31
33+ version = 2025.04.24
3434description = Wrapper for the PageXML C++ library to ease handling of Page XML files within python.
3535long_description = file: README.rst
3636author = Mauricio Villegas
Original file line number Diff line number Diff line change 11from .swigTextFeatExtractor import * # pylint: disable=import-error
22from .legacy import LegacyTextFeatExtractor
33
4- __version__ = '2025.03.31 '
4+ __version__ = '2025.04.24 '
You can’t perform that action at this time.
0 commit comments