Skip to content

Commit 14019c2

Browse files
authored
Merge pull request #357 from pbs/change_log
bump version to 2.2.18 in setup and conf and update changelog
2 parents 416d893 + ee17e35 commit 14019c2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
---------
3+
2.2.18
4+
^^^^^^
5+
- Update changelog and new release tag.
6+
37
2.2.17
48
^^^^^^
59
- Update nltk from 3.8.0 to 3.9.1.

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.17'
56+
version = '2.2.18'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.2.17'
58+
release = '2.2.18'
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
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="pycaption",
23-
version="2.2.17",
23+
version="2.2.18",
2424
description="Closed caption converter",
2525
long_description=open(README_PATH).read(),
2626
author="Joe Norton",

0 commit comments

Comments
 (0)