Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarabela committed May 25, 2024
1 parent ece4927 commit 046efe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

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

- Fixed problem with JSON format autodetection (Issue #94)

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

- Fixed missing ``pysubs2.formats`` subpackage in PyPI distributions (Issue #92)
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.1"
VERSION = "1.7.2"


IntOrFloat = Union[int, float]

0 comments on commit 046efe3

Please sign in to comment.