Skip to content

Commit

Permalink
docs: prepare version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed Aug 4, 2024
1 parent f820a4c commit ed0ec1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 0.16.1 (August 4, 2024)

- Compatibility with Python 3.13

## 0.16.0 (May 20, 2024)

- Upgrade zstd source code from v1.5.5 to [v1.5.6](https://github.com/facebook/zstd/releases/tag/v1.5.6)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pyzstd module provides classes and functions for compressing and decompressing d

The API style is similar to Python's bz2/lzma/zlib modules.

- Includes zstd v1.5.5 source code
- Includes zstd v1.5.6 source code
- Can also dynamically link to zstd library provided by system, see [this note](https://pyzstd.readthedocs.io/#build-pyzstd).
- Has a CFFI implementation that can work with PyPy
- Support sub-interpreter on CPython 3.12+
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .zstdfile import *
from .seekable_zstdfile import *

__version__ = '0.16.0'
__version__ = '0.16.1'

__doc__ = '''\
Python bindings to Zstandard (zstd) compression library, the API style is
Expand Down

0 comments on commit ed0ec1e

Please sign in to comment.