Skip to content

Commit

Permalink
chang version numbers to upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Oct 20, 2015
1 parent 7e0956a commit 5d46825
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The short X.Y version.
version = '0.0.7'
version = '0.0.8'
# The full version, including alpha/beta/rc tags.
release = 'beta'

Expand Down
6 changes: 3 additions & 3 deletions doc/whatsnew/v0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Other changes
Contributors
############

Uwe Krien
Stephan Günther
Cord Kaldemeyer
* Uwe Krien
* Stephan Günther
* Cord Kaldemeyer
27 changes: 27 additions & 0 deletions doc/whatsnew/v0008.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
v0.0.7 (October 20, 2015)
+++++++++++++++++++++++++

New features
############


Documentation
#############


Testing
#######


Bug fixes
#########


Other changes
#############


Contributors
############

* Uwe Krien
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sys.exit('%s requires Python 2.7, 3.3, or 3.4' % 'feedinlib')

setup(name='feedinlib',
version='0.0.7',
version='0.0.8',
description='Creating time series from pv or wind power plants.',
url='http://github.com/oemof/feedinlib',
author='oemof developing group',
Expand Down

0 comments on commit 5d46825

Please sign in to comment.