Skip to content

Commit 662230c

Browse files
committed
0.18.0
1 parent dc9f3e6 commit 662230c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release History
22
===============
33

4+
0.18.0 (2022-04-13)
5+
-------------------
6+
7+
- pan.afapi, pan.afapi.rst: Workaround for autofocus API bug. Use
8+
af_in_progress to determine search completion. At some point,
9+
af_message was changed from "complete" to "success" to indicate
10+
search completion.
11+
412
0.17.0 (2022-03-19)
513
-------------------
614

lib/pan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

19-
__version__ = '0.17.0'
19+
__version__ = '0.18.0'
2020

2121
DEBUG1 = logging.DEBUG
2222
DEBUG2 = DEBUG1 - 1

0 commit comments

Comments
 (0)