Skip to content

Commit 8425158

Browse files
committed
bump version to 2.2.9
1 parent d47cf07 commit 8425158

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/changelog.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Changelog
22
---------
3+
2.2.9
4+
^^^^^
5+
- A space should not be placed before a mid row code if it follows a PAC command or a Tab Offset
6+
- The backspace command should be treated like other commands and duplicates should be skipped if PAC commands are duplicated
7+
38
2.2.8
49
^^^^^
510
- Honor backspaces on captions in scc files
611
- When mid-row codes which are preceded by a PAC command don't add spaces
7-
- Mid row codes which don't follow after a PAC and don't have a style reset command before
8-
will add a space to the end of the previous text node
9-
- Mid row codes which don't follow after a PAC and have a style reset command before
10-
will add a space to the beginning of the next text node
12+
- Mid row codes which don't follow after a PAC and don't have a style reset command before will add a space to the end of the previous text node
13+
- Mid row codes which don't follow after a PAC and have a style reset command before will add a space to the beginning of the next text node
1114
- Background color codes to delete the space in front
1215

1316
2.2.7

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '2.2.8'
56+
version = '2.2.9'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.2.8'
58+
release = '2.2.9'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='pycaption',
27-
version='2.2.8',
27+
version='2.2.9',
2828
description='Closed caption converter',
2929
long_description=open(README_PATH).read(),
3030
author='Joe Norton',

0 commit comments

Comments
 (0)