Skip to content

Commit

Permalink
📝 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed May 20, 2019
1 parent 9d83772 commit a2967d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.0.0b9] - 2019-05-20

Changed:

* export additional region types from generated code, #241

## [1.0.0b8] - 2019-03-24

Added:
Expand Down Expand Up @@ -469,6 +475,7 @@ Fixed
Initial Release

<!-- link-labels -->
[1.0.0b9]: ../../compare/v1.0.0b9...v1.0.0b6
[1.0.0b6]: ../../compare/v1.0.0b6...v1.0.0b1
[1.0.0b1]: ../../compare/v1.0.0b1...v0.15.2
[0.15.2]: ../../compare/v0.15.2...v0.15.1
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.0b8',
version='1.0.0b9',
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 a2967d7

Please sign in to comment.