Skip to content

Commit 8da6afc

Browse files
authored
unset irradiance.py and test_irradiance.py executable bits (#461)
* unset irradiance.py executable bit * add 0.6.0 to whatsnew.rst * fix typo * and test_irradiance.py
1 parent a16850a commit 8da6afc

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9+
.. include:: whatsnew/v0.6.0.rst
910
.. include:: whatsnew/v0.5.2.rst
1011
.. include:: whatsnew/v0.5.1.rst
1112
.. include:: whatsnew/v0.5.0.rst
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _whatsnew_0600:
2+
3+
v0.6.0 (___, 2018)
4+
---------------------
5+
6+
API Changes
7+
~~~~~~~~~~~
8+
9+
10+
11+
Enhancements
12+
~~~~~~~~~~~~
13+
14+
15+
Bug fixes
16+
~~~~~~~~~
17+
* Unset executable bits of irradiance.py and test_irradiance.py (:issue:`460`)
18+
19+
20+
Documentation
21+
~~~~~~~~~~~~~
22+
23+
24+
Testing
25+
~~~~~~~
26+
27+
28+
Contributors
29+
~~~~~~~~~~~~
30+
* Will Holmgren

pvlib/irradiance.py

100755100644
File mode changed.

pvlib/test/test_irradiance.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)