Skip to content

Commit 475f1c0

Browse files
committed
docs: prepare version 0.17.0
1 parent 6bffba7 commit 475f1c0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## 0.17.0 (May 10, 2025)
66

77
- Upgrade zstd source code from v1.5.6 to [v1.5.7](https://github.com/facebook/zstd/releases/tag/v1.5.7)
88
- Raise an exception when attempting to decompress empty data

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
from typing_extensions import deprecated
7676

7777

78-
__version__ = '0.16.2'
78+
__version__ = '0.17.0'
7979

8080
__doc__ = '''\
8181
Python bindings to Zstandard (zstd) compression library, the API style is
989 KB
Binary file not shown.

0 commit comments

Comments
 (0)