taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 808df9b329fde85a4b15cd2b2ceb28fa57707ff3
parent 15f9de9ce45894e7f7673564f66bc4340380abeb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 20 Jun 2022 15:00:27 +0200

-version bump

Diffstat:
Mconf.py | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf.py b/conf.py @@ -80,16 +80,16 @@ master_doc = 'index' # General information about the project. project = u'GNU Taler' -copyright = u'2014-2021 Taler Systems SA (GPLv3+ or GFDL 1.3+)' +copyright = u'2014-2022 Taler Systems SA (GPLv3+ or GFDL 1.3+)' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8.2' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.