Skip to content

Commit 12739e6

Browse files
Merge pull request #295 from PyPSA/release-v0.2.11
release v0.2.11
2 parents 767c1fd + 3fa66ae commit 12739e6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
.
3535
- name: Publish distribution 📦 to PyPI
3636
if: startsWith(github.ref, 'refs/tags')
37-
uses: pypa/gh-action-pypi-publish@release/v1
37+
uses: pypa/gh-action-pypi-publish@master
3838
with:
3939
user: ${{ secrets.PYPI_USERNAME }}
4040
password: ${{ secrets.PYPI_TOKEN }}

RELEASE_NOTES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Release Notes
99

1010

1111

12-
Upcoming Release
13-
================
12+
.. Upcoming Release
13+
.. ================
14+
15+
Version 0.2.11
16+
==============
17+
1418

1519
* With this release, we change the license from copyleft GPLv3 to the more liberal MIT license with the consent of all major contributors `#263 <https://github.com/PyPSA/atlite/pull/263>`_.
1620
* 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')``.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"Development Status :: 3 - Alpha",
5252
"Environment :: Console",
5353
"Intended Audience :: Science/Research",
54-
"License :: OSI Approved :: MIT",
54+
"License :: OSI Approved :: MIT License",
5555
"Natural Language :: English",
5656
"Operating System :: OS Independent",
5757
],

0 commit comments

Comments
 (0)