Skip to content

Commit 8a8fc09

Browse files
committed
PYTHON-5535 Prepare for PyMongoCrypt 1.16.0
1 parent 7387a6a commit 8a8fc09

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bindings/python/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Changes in Version 1.16.0
5+
-------------------------
6+
7+
- Add support for text-based Queryable Encryption with the new "textPreview"
8+
algorithm. NOTE: The "textPreview" algorithm is experimental only. It is
9+
not intended for public use.
10+
411
Changes in Version 1.15.1
512
-------------------------
613

bindings/python/pymongocrypt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.15.2.dev0"
15+
__version__ = "1.16.0"
1616

1717
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"

0 commit comments

Comments
 (0)