diff options
| -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. | 
