Skip to content

Commit

Permalink
📦 1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Feb 27, 2019
1 parent 7006bbc commit 22cd7cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.0.0b1] - 2019-02-27

First beta of 1.0.0

Changed:

* :fire: Drop Python2 support
* :fire: Refactored project into 5 modules with little dependencies each
* Implement 3.2.0 of the spec

Removed:

* :fire: Move factory methods from OcrdPage and OcrdExif to new module `ocrd.model_factory`
* Factor out XML constants to `ocrd.constants.xml`
* :fire: BaseProcessor.add_output_file removed
Expand Down Expand Up @@ -438,6 +448,7 @@ Fixed
Initial Release

<!-- link-labels -->
[1.0.0b1]: ../../compare/v1.0.0b1...v0.15.2
[0.15.2]: ../../compare/v0.15.2...v0.15.1
[0.15.1]: ../../compare/v0.15.1...v0.15.0
[0.14.0]: ../../compare/v0.14.0...v0.13.3
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.0a4',
version='1.0.0b1',
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 22cd7cc

Please sign in to comment.