Skip to content

Commit

Permalink
Version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarabela committed Jul 26, 2024
1 parent 320e73f commit dd3a891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

**1.7.3** --- released on 2024-07-27

- Fixed problem with ``multiprocessing.Pool`` crashing due to ``FormatAutodetectionError`` (Issue #97)


**1.7.2** --- released on 2024-05-25

- Fixed problem with JSON format autodetection (Issue #94)
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.2"
VERSION = "1.7.3"


IntOrFloat = Union[int, float]

0 comments on commit dd3a891

Please sign in to comment.