Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Nov 10, 2022
1 parent a0ae3d3 commit 882634b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
# built documents.
#
# The short X.Y version.
version = "0.1.1"
version = "0.2.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
1 change: 1 addition & 0 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog for each release.
:local:
:backlinks: top

.. include:: whatsnew/v0-2-0.rst
.. include:: whatsnew/v0-1-1.rst
.. include:: whatsnew/v0-1-0.rst
.. include:: whatsnew/v0-0-10.rst
Expand Down
2 changes: 1 addition & 1 deletion doc/whatsnew/v0-2-0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release v0.2.0
================

Release date: <Month> <Day>, <Year>
Release date: November 10, 2022

Changes
-------
Expand Down
2 changes: 1 addition & 1 deletion examples/edisgo_simple_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.10"
},
"toc": {
"base_numbering": 1,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def read(fname):

setup(
name="eDisGo",
version="0.2.0dev",
version="0.2.0",
packages=find_packages(),
url="https://github.com/openego/eDisGo",
license="GNU Affero General Public License v3.0",
Expand Down

0 comments on commit 882634b

Please sign in to comment.