Skip to content

Commit

Permalink
📦 v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 5, 2020
1 parent f6e0b4d commit d9a1318
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

## [2.17.1] - 2020-10-05

Fixed:

* `ocrd workspace remove-group`: don't fail on non-existing files, #618
Expand Down Expand Up @@ -1161,6 +1163,7 @@ Fixed
Initial Release

<!-- link-labels -->
[2.17.1]: ../../compare/v2.17.1..v2.17.0
[2.17.0]: ../../compare/v2.17.0..v2.16.3
[2.16.3]: ../../compare/v2.16.3..v2.16.2
[2.16.2]: ../../compare/v2.16.2..v2.16.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 @@ -5,7 +5,7 @@

setup(
name='ocrd_utils',
version='2.17.0',
version='2.17.1',
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 d9a1318

Please sign in to comment.