Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 7a62a75

Browse files
authored
Update conf.py
1 parent a8f31f1 commit 7a62a75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ def __getattr__(cls, name):
5858
# -- Project information -----------------------------------------------------
5959

6060
project = 'delira'
61-
copyright = '2018, Justus Schock, Christoph Haarburger, Oliver Rippel'
62-
author = 'Justus Schock, Christoph Haarburger, Oliver Rippel'
61+
copyright = '2019, Justus Schock, Oliver Rippel, Christoph Haarburger'
62+
author = 'Justus Schock, Oliver Rippel, Christoph Haarburger'
6363

6464
# The short X.Y version
6565
version = ''
6666
# The full version, including alpha/beta/rc tags
67-
release = '0.1.0-beta'
67+
release = '0.2.0-beta.1'
6868

6969

7070
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)