Skip to content

Commit

Permalink
docs: prepare version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed May 20, 2024
1 parent d2c3045 commit f2aa81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Next version (Unreleased)
## 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)
- Fix pyzstd_pep517 parameter name in `get_requires_for_build_wheel`
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.15.10'
__version__ = '0.16.0'

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

0 comments on commit f2aa81b

Please sign in to comment.