diff --git a/doc/conf.py b/doc/conf.py index fb84499c..2763128f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -160,9 +160,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = '0.3.1' +version = '0.3.2' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index f7e0acf3..0970c055 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -6,7 +6,8 @@ What's new :depth: 1 :local: :backlinks: top - + +.. include:: whatsnew/v0-3-2.rst .. include:: whatsnew/v0-3-1.rst .. include:: whatsnew/v0-3-0.rst .. include:: whatsnew/v0-2-0.rst diff --git a/doc/whatsnew/v0-3-2.rst b/doc/whatsnew/v0-3-2.rst new file mode 100644 index 00000000..6abbd0c4 --- /dev/null +++ b/doc/whatsnew/v0-3-2.rst @@ -0,0 +1,10 @@ +Release v0.3.2 (September 27, 2018) ++++++++++++++++++++++++++++++++++++ + +Making eGo quotable with zenodo. + +Added features +-------------- + +* Registration at zenodo.org + diff --git a/setup.py b/setup.py index 451336ae..7eb9f8e5 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(fname): setup( name='eGo', - version='0.3.1', + version='0.3.2', author='wolfbunke, maltesc', author_email='wolf-dieter.bunke@uni-flensburg.de', description=("A cross-grid-level electricity grid and storage "