Skip to content

Commit

Permalink
📦 v1.0.0b14
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 14, 2019
1 parent b7b5a1c commit 1c068c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.0.0b14] - 2019-08-14

Fixed:

* METS is serialized as Unicode instead of character entities, #279
Expand Down Expand Up @@ -513,6 +515,7 @@ Fixed
Initial Release

<!-- link-labels -->
[1.0.0b14]: ../../compare/v1.0.0b14...v1.0.0b13
[1.0.0b13]: ../../compare/v1.0.0b13...v1.0.0b12
[1.0.0b12]: ../../compare/v1.0.0b12...v1.0.0b11
[1.0.0b11]: ../../compare/v1.0.0b11...v1.0.0b10
Expand Down
2 changes: 1 addition & 1 deletion ocrd_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ocrd_utils',
version='1.0.0b13',
version='1.0.0b14',
description='OCR-D framework - shared code, helpers, constants',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1c068c1

Please sign in to comment.