diff options
author | Kali Kaneko <kali@leap.se> | 2015-02-13 12:38:19 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-20 17:35:29 -0300 |
commit | aebfcb34ca43e1a2da9bc924ea7a1af17b0534fb (patch) | |
tree | d4395be836289b862c5c9d83a797a680ea8222f5 | |
parent | 2be3575afd9ee41aecd375edc78d82e04aba2702 (diff) |
update release in docs
-rw-r--r-- | mail/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/docs/conf.py b/mail/docs/conf.py index 51e9d66..95d919b 100644 --- a/mail/docs/conf.py +++ b/mail/docs/conf.py @@ -50,7 +50,7 @@ master_doc = 'index' # General information about the project. project = u'leap.mail' -copyright = u'2014, Kali Kaneko' +copyright = u'2014-2015, The LEAP Encryption Access Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -59,7 +59,7 @@ copyright = u'2014, Kali Kaneko' # The short X.Y version. version = '0.4.0alpha1' # The full version, including alpha/beta/rc tags. -release = '0.3.9' +release = '0.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |