Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarabela committed May 19, 2024
1 parent c1620d0 commit cc1da8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Release Notes
=============

**1.7.0** --- released on 2024-05-19
**1.7.1** --- released on 2024-05-19

- Fixed missing ``pysubs2.formats`` subpackage in PyPI distributions (Issue #92)
- Test sdist and wheel distributions in CI

**1.7.0** --- released on 2024-05-19 (yanked)

- Added ``errors`` option for :meth:`pysubs2.load()`, :meth:`pysubs2.SSAFile.save()` and related methods, exposing
the encoding handling option of builtin function ``open()``. By default, this option uses value ``None`` which
Expand Down
2 changes: 1 addition & 1 deletion pysubs2/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def to_ssa_alignment(self) -> int:


#: Version of the pysubs2 library.
VERSION = "1.7.0"
VERSION = "1.7.1"


IntOrFloat = Union[int, float]

0 comments on commit cc1da8e

Please sign in to comment.