Skip to content

Commit 877ffb5

Browse files
authored
Merge pull request #355 from pbs/bump-version
bump version to 2.2.17
2 parents 0560012 + 63181f9 commit 877ffb5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
continue-on-error: true
3333

3434
- name: Archive production artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: test-report-${{ matrix.python-version }}
3838
path: junit.xml
3939

4040
- name: Archive code coverage results
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: code-coverage-report-${{ matrix.python-version }}
4444
path: coverage.xml

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.16'
56+
version = '2.2.17'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.2.16'
58+
release = '2.2.17'
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.16",
23+
version="2.2.17",
2424
description="Closed caption converter",
2525
long_description=open(README_PATH).read(),
2626
author="Joe Norton",

0 commit comments

Comments
 (0)