Skip to content

Commit db546de

Browse files
authored
add v0.6.1 whatsnew and update zenodo badge (#584)
* add v0.6.1 whatsnew * update zenodo
1 parent 15c00ef commit db546de

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pvlib-python
66
[![Coverage Status](https://img.shields.io/coveralls/pvlib/pvlib-python.svg)](https://coveralls.io/r/pvlib/pvlib-python)
77
[![codecov](https://codecov.io/gh/pvlib/pvlib-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pvlib/pvlib-python)
88
[![Documentation Status](https://readthedocs.org/projects/pvlib-python/badge/?version=latest)](http://pvlib-python.readthedocs.org/en/latest/)
9-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1246152.svg)](https://doi.org/10.5281/zenodo.1246152)
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1420548.svg)](https://doi.org/10.5281/zenodo.1420548)
1010
[![Code Health](https://landscape.io/github/pvlib/pvlib-python/master/landscape.svg?style=flat)](https://landscape.io/github/pvlib/pvlib-python/master)
1111
[![status](http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1/status.svg)](http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1)
1212
[![Code Quality: Python](https://img.shields.io/lgtm/grade/python/g/pvlib/pvlib-python.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pvlib/pvlib-python/context:python)

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.1.rst
910
.. include:: whatsnew/v0.6.0.rst
1011
.. include:: whatsnew/v0.5.2.rst
1112
.. include:: whatsnew/v0.5.1.rst
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _whatsnew_0601:
2+
3+
v0.6.1 (EST October, 2018)
4+
--------------------------
5+
6+
This is a minor release. We recommend all users of 0.6.0 upgrade to this
7+
release.
8+
9+
**Python 2.7 support will end on June 1, 2019**. Releases made after this
10+
date will require Python 3. (:issue:`501`)
11+
12+
13+
API Changes
14+
~~~~~~~~~~~
15+
16+
17+
Enhancements
18+
~~~~~~~~~~~~
19+
20+
21+
Bug fixes
22+
~~~~~~~~~
23+
24+
25+
Testing
26+
~~~~~~~
27+
28+
29+
Contributors
30+
~~~~~~~~~~~~
31+
* Will Holmgren (:ghuser:`wholmgren`)

0 commit comments

Comments
 (0)