Skip to content

Commit

Permalink
Merge pull request #133 from nils-braun/feature/add-moritz-to-contrib…
Browse files Browse the repository at this point in the history
…utors

Add Moritz to contributors list in documentation
  • Loading branch information
meliache authored Oct 11, 2021
2 parents 9c8bbc4 + 6e27d0f commit 11a8c11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.7.0
current_version = 0.7.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion b2luigi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# version must be defined after importing the luigi namespace,
# otherwise the b2luigi.__version__ gets overwritten by the one from luigi
__version__ = "0.7.0"
__version__ = "0.7.1"

from b2luigi.core.parameter import wrap_parameter, BoolParameter
from typing import Optional, Union, Collection
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.7.0'
release = '0.7.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Features, fixing, help and testing
* Sviatoslav Bilokin (`bilokin`_)
* Phil Grace (`philiptgrace`_)
* Anselm Baur (`anselmbaur`_)
* Moritz Bauer (`sognetic`_)

Stolen ideas
* Implementation of SGE batch system (`sge`_).
Expand All @@ -149,6 +150,7 @@ Stolen ideas
.. _`bilokin`: https://github.com/bilokin
.. _`philiptgrace`: https://github.com/philiptgrace
.. _`anselmbaur`: https://github.com/anselm-baur
.. _`sognetic`: https://github.com/sognetic
.. _`sge`: https://github.com/spotify/luigi/blob/master/luigi/contrib/sge.py
.. _`lsf`: https://github.com/spotify/luigi/pull/2373/files

Expand Down

0 comments on commit 11a8c11

Please sign in to comment.