diff --git a/.github/workflows/docker+pypi.yml b/.github/workflows/docker+pypi.yml index 2d4e0077..cdbb792e 100644 --- a/.github/workflows/docker+pypi.yml +++ b/.github/workflows/docker+pypi.yml @@ -144,7 +144,7 @@ jobs: . - name: Publish distribution package to Test PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} skip_existing: true @@ -232,14 +232,14 @@ jobs: --outdir dist/ . - name: Publish distribution package to Test PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} skip_existing: true repository_url: https://test.pypi.org/legacy/ - name: Publish distribution package to Production PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f20ba3d5..96d56ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This document logs the changes per release of TWCManager. ## v1.4.0 - Upcoming Development release * Placeholder - TWC abstraction code -## v1.3.2 - Latest Development version +## v1.3.2 - 2023-03-12 * (@RichieB2B) - Nicer looking log prefixes for EMS modules * (@RichieB2B) - Support for new fleet API and vehicle command proxy * (@RichieB2B) - Upgrade MQTT support for paho v2/MQTTv5 @@ -13,7 +13,7 @@ This document logs the changes per release of TWCManager. * (@RichieB2B) - Reset stopAskingToStartCharging more often * Bugfixes * (@RichieB2B) - Fix issues with mysql status logging statements - * (@ngardiner) - Fix issues preventing web UI display when internet access is unavaiable + * (@ngardiner) - Fix issues preventing web UI display when internet access is unavailable ## v1.3.1 - 2023-11-19 * (@RichieB2B) - Support for new fleet API endpoint for location telemetry