summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-24 11:40:58 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-24 11:40:58 +0100
commit3beb16eb6f2f9ab4e165f10587d02f00824509ef (patch)
treeae2dfc1b51f2b14f881f3362cbdf94bf5ffc864d /docs
parent9cde6fef69b60f00b0587833f889fc1b9d02a0c6 (diff)
Start working on 0.10.0dev
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5d6831e..995723d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -18,13 +18,13 @@
# -- Project information -----------------------------------------------------
project = 'lesana'
-copyright = "2020, Elena Grandi"
+copyright = "2020-2021, Elena Grandi"
author = "Elena ``of Valhalla''"
# The full version, including alpha/beta/rc tags
-release = '0.9.0'
+release = '0.10.0dev'
# The major project version
-version = '0.9'
+version = '0.10'
# compatibility with sphinx 1.8 on buster
master_doc = 'index'