Skip to content

Commit

Permalink
Merge branch 'dev' into revision/network_submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Sep 27, 2023
2 parents 012074c + 34f8146 commit 131fe5b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 75 deletions.
69 changes: 0 additions & 69 deletions .cookiecutterrc

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/tox_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
- master
- dev
pull_request:
branches:
- master
- dev

workflow_dispatch:
schedule:
- cron: "0 5 * * 6" # 5:00 UTC every Saturday
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = "2020"
author = "Stephan Günther"
copyright = "{0}, {1}".format(year, author)
version = release = "0.5.0.alpha1"
version = release = "0.5.0a2"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(*names, **kwargs):

setup(
name="oemof.network",
version="0.5.0.alpha1",
version="0.5.0a2",
license="MIT",
description="The network/graph submodules of oemof.",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/network/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0.alpha1"
__version__ = "0.5.0a2"

from . import energy_system
from . import graph
Expand Down

0 comments on commit 131fe5b

Please sign in to comment.