Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 3, 2022
1 parent 8ee27f7 commit 9bad6b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ In a match file, each key corresponds to the string `path0.replace('/', '-')+'_'
Multiple bug fixes and minor improvements.
</details>

<details>
<summary>v1.2 (December 2021)</summary>

- Bug fixes and usability improvements.
- Support PIL backend for image resizing.
- Add `__version__` attribute to check against future releases.
</details>

<details>
<summary>v1.1 (July 2021)</summary>

Expand Down
2 changes: 1 addition & 1 deletion hloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import sys

__version__ = '1.1'
__version__ = '1.2'

logging.basicConfig(stream=sys.stdout,
format='[%(asctime)s %(levelname)s] %(message)s',
Expand Down

0 comments on commit 9bad6b4

Please sign in to comment.