Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hnesk committed Jul 19, 2022
1 parent db1a38b commit 31be5dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log


<!--
## [Unreleased](../../compare/v0.5.2...master)
## [Unreleased](../../compare/v0.5.3...master)
-->

## [0.5.3](../../compare/v0.5.2...v0.5.3) - 2022-07-19

Breaking:
* Make explicit: requires now python>=3.7 (v0.5.1 is the last supported python3.6 version)

Changed:
* Startup time improved by not using pkg_resources [#48](../../pull/48)


## [0.5.2](../../compare/v0.5.1...v0.5.2) - 2022-06-10

New Features:
Expand Down
2 changes: 1 addition & 1 deletion ocrd_browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.2.1'
__version__ = '0.5.3'

0 comments on commit 31be5dc

Please sign in to comment.