From f326baec97c3eb38d999ab4a4380ee26fb9eb6e3 Mon Sep 17 00:00:00 2001 From: Ma Lin Date: Wed, 5 Apr 2023 11:47:47 +0800 Subject: [PATCH] 0.15.6 --- README.rst | 2 +- src/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 40cd2cd..7baf9cf 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ GitHub: https://github.com/animalize/pyzstd Release note ------------ -**0.15.5 (Apr 5, 2023)** +**0.15.6 (Apr 5, 2023)** Update bundled zstd source code from v1.5.4 to `v1.5.5 `_. diff --git a/src/__init__.py b/src/__init__.py index 4437120..292df58 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -26,7 +26,7 @@ class PathLike: "library, make sure not to remove zstd library, and the run-time " "zstd library's version can't be lower than that at compile-time.") -__version__ = '0.15.5' +__version__ = '0.15.6' __doc__ = '''\ Python bindings to Zstandard (zstd) compression library, the API style is