Skip to content

Commit

Permalink
Release 0.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed Mar 24, 2024
1 parent f3fa5c0 commit ad21f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GitHub: https://github.com/Rogdham/pyzstd

Release note
------------
**0.15.10 (Unreleased)**
**0.15.10 (Mar 24, 2024)**

#. Fix ``SeekableZstdFile`` class can't open new file in appending mode.

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.9'
__version__ = '0.15.10'

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

0 comments on commit ad21f3d

Please sign in to comment.