Skip to content

Commit

Permalink
Merge pull request #969 from oemof/v0.5
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
p-snft authored Aug 31, 2023
2 parents 32711ad + cb9a182 commit 6b43450
Show file tree
Hide file tree
Showing 300 changed files with 55,072 additions and 7,241 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

Expand Down
69 changes: 0 additions & 69 deletions .cookiecutterrc

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/tox_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- docs

steps:
- name: Update package list
run: sudo apt update
- name: Install LaTeX
run: sudo apt install dvipng rubber texlive-latex-extra
- name: Git clone
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ htmlcov
.project
.pydevproject
.idea
.vscode
*.iml
*.komodoproject

Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
- coinor-cbc
sphinx:
configuration: docs/conf.py
formats: all
formats: []
python:
version: "3.8"
install:
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ Authors
* Jonathan Amme
* Julian Endres
* Lluis Millet
* Lennart Schürmann
* Martin Soethe
* Marie-Claire Gering
* Patrik Schönfeldt
* Pierre-François Duc
* Saeed Sayadi
* Sarah Berendes
* Simon Hilpert
* Stephan Günther
* Uwe Krien
* Tobi Rohrer
26 changes: 0 additions & 26 deletions CHANGELOG.rst

This file was deleted.

36 changes: 34 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ authors:
given-names: Hendrik
alias: "@henhuy"
-
family-names: Developer
given-names: Anonymous
alias: "@steffenGit"
-
family-names: Schachler
Expand Down Expand Up @@ -81,10 +83,12 @@ authors:
given-names: David
alias: "@DFuh"
-
family-names: Developer
given-names: Anonymous
alias: "@gplssm"
-
family-names: Francesco
given-names: Witte
family-names: Witte
given-names: Francesco
alias: "@fwitte"
-
family-names: Kassing
Expand All @@ -103,39 +107,67 @@ authors:
given-names: Bryan
alias: "@bmlancien"
-
family-names: Developer
given-names: Anonymous
alias: "@nesnoj"
-
family-names: Developer
given-names: Anonymous
alias: "@lmilletb"
-
family-names: Developer
given-names: Anonymous
alias: "@mloenneberga"
-
family-names: "Schürmann"
given-names: Lennart
alias: "@lensum"
-
family-names: Developer
given-names: Anonymous
alias: "@RD-OTH"
-
family-names: Delfs
given-names: Jens-Olaf
alias: "@drjod"
-
family-names: Developer
given-names: Anonymous
alias: "@stefansc1"
-
family-names: Developer
given-names: Anonymous
alias: "@escalacjo"
-
family-names: Smalla
given-names: Tjark
alias: "@ChillkroeteTTS"
-
family-names: Developer
given-names: Anonymous
alias: "@ajimenezUCLA"
-
family-names: Wolf
given-names: Jakob
alias: "@jakob-wo"
-
family-names: Developer
given-names: Anonymous
alias: "@elisapap"
-
family-names: Gaudchau
given-names: Elisa
alias: "@elisagaudchau"
-
family-names: Developer
given-names: Anonymous
alias: "@chrisflei"
-
family-names: Rohrer
given-names: Tobi
alias: "@tobirohrer"
-
family-names: Gering
given-names: Marie-Claire
alias: "@MaGering"
...
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ For merging, you should:

1. Include passing tests (run ``tox``) [1]_.
2. Update documentation when there's new API, functionality etc.
3. Add a note to ``CHANGELOG.rst`` about the changes.
4. Add yourself to ``AUTHORS.rst`` and ``CITATION.cff``.
3. Add a note about the changes to ``docs/whatsnew/next_version.rst``.
4. Add your name to ``AUTHORS.rst`` and ``CITATION.cff``.

.. [1] If you don't have all the necessary python versions available locally you can rely on Travis - it will
`run the tests <https://travis-ci.org/oemof/oemof-solph/pull_requests>`_ for each change you add in the pull request.
.. [1] If you don't have all the necessary python versions available locally,
you can rely on the CI pipeline at GitHub.
It will be slower though ...
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2014-2022, oemof developer group
Copyright (c) 2014-2023, oemof developer group

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ include .cookiecutterrc
include .editorconfig

include AUTHORS.rst
include CHANGELOG.rst
include CITATION.cff
include CONTRIBUTING.rst
include LICENSE
include README.rst
include *.md
include VERSION
include pytest.ini

include tox.ini
include *.yml
include *.yaml

recursive-exclude examples *.py
recursive-include examples *.csv
Expand Down
Loading

0 comments on commit 6b43450

Please sign in to comment.