Skip to content

Commit 9bad6b4

Browse files
committed
Release v1.2
1 parent 8ee27f7 commit 9bad6b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ In a match file, each key corresponds to the string `path0.replace('/', '-')+'_'
183183
Multiple bug fixes and minor improvements.
184184
</details>
185185

186+
<details>
187+
<summary>v1.2 (December 2021)</summary>
188+
189+
- Bug fixes and usability improvements.
190+
- Support PIL backend for image resizing.
191+
- Add `__version__` attribute to check against future releases.
192+
</details>
193+
186194
<details>
187195
<summary>v1.1 (July 2021)</summary>
188196

hloc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
import sys
33

4-
__version__ = '1.1'
4+
__version__ = '1.2'
55

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

0 commit comments

Comments
 (0)