diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b28029a6..71d62a0d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -32,13 +32,13 @@ jobs: continue-on-error: true - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-report-${{ matrix.python-version }} path: junit.xml - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report-${{ matrix.python-version }} path: coverage.xml diff --git a/docs/conf.py b/docs/conf.py index 5c0aa377..ad0225ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.16' +version = '2.2.17' # The full version, including alpha/beta/rc tags. -release = '2.2.16' +release = '2.2.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d21ab524..9add36ec 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.16", + version="2.2.17", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",