diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ae7bd40e..285f10cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: . - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@master with: user: ${{ secrets.PYPI_USERNAME }} password: ${{ secrets.PYPI_TOKEN }} diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 4f9d694f..6ba03f73 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -9,8 +9,12 @@ Release Notes -Upcoming Release -================ +.. Upcoming Release +.. ================ + +Version 0.2.11 +============== + * With this release, we change the license from copyleft GPLv3 to the more liberal MIT license with the consent of all major contributors `#263 `_. * Added 1-axis horizontal, 1-axis tilted horizontal, 1-axis vertical, and 2-axis tracking options for solar PV; e.g. ``cutout.pv(tracking='horizontal')``. diff --git a/setup.py b/setup.py index 462699e5..4fb0e426 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Science/Research", - "License :: OSI Approved :: MIT", + "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", ],