Skip to content

Commit

Permalink
change files for 0.1.4dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed May 30, 2018
1 parent 893735e commit d5edbbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ With the demandlib you can create power and heat profiles for various sectors by
Current Release
===============

Current release of demandlib is v0.1.3. Install it via pip
Install the demandlib using pypi:

::

sudo pip install demandlib
pip install demandlib


Developing Version
Expand Down Expand Up @@ -46,7 +46,7 @@ If the project is cloned you can install it using pip with the -e flag.

::

sudo pip install -e <path/to/the/demandlib/root/dir>
pip install -e <path/to/the/demandlib/root/dir>


Developing the demandlib
Expand Down
1 change: 1 addition & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ These are new features and improvements of note in each release
:local:
:backlinks: top

.. include:: whatsnew/v014.txt
.. include:: whatsnew/v013.txt
.. include:: whatsnew/v011.txt
.. include:: whatsnew/v010.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):


setup(name='demandlib',
version='0.1.3',
version='0.1.4dev',
author='oemof developer group',
url='https://oemof.org/',
license='GPL3',
Expand Down

0 comments on commit d5edbbd

Please sign in to comment.