Skip to content

Commit

Permalink
Merge pull request #322 from pbs/OCTO-10458-line_length
Browse files Browse the repository at this point in the history
import CaptionLineLengthError to pycaption.init and bump version to 2…
  • Loading branch information
OlteanuRares authored Jan 26, 2024
2 parents 5db0474 + c00e289 commit 9a8de30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycaption/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .transcript import TranscriptWriter
from .webvtt import WebVTTReader, WebVTTWriter
from .exceptions import (
CaptionReadError, CaptionReadNoCaptions, CaptionReadSyntaxError,
CaptionReadError, CaptionReadNoCaptions, CaptionReadSyntaxError, CaptionLineLengthError
)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='pycaption',
version='2.2.2.dev2',
version='2.2.2.dev3',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
Expand Down

0 comments on commit 9a8de30

Please sign in to comment.