Skip to content

Commit e2df1b3

Browse files
authored
PYTHON-5646 Prep for 1.17.0 release (#1097)
1 parent e7be836 commit e2df1b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bindings/python/CHANGELOG.rst

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

4+
Changes in Version 1.17.0
5+
-------------------------
6+
7+
- Bundle libmongocrypt 1.17.0 in release wheels.
8+
49
Changes in Version 1.16.0
510
-------------------------
611

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.17.0.dev0"
15+
__version__ = "1.17.0"
1616

1717
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"

0 commit comments

Comments
 (0)