Merge pull request #1589 from shrayasr/happy-new-year

Change date in copyright information
This commit is contained in:
Justin Mayer 2015-01-11 20:00:59 -08:00
commit 6616ed8816

View file

@ -14,7 +14,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.ifconfig', 'sphinx.ext.extlinks'
source_suffix = '.rst'
master_doc = 'index'
project = 'Pelican'
copyright = '2014, Alexis Metaireau and contributors'
copyright = '2015, Alexis Metaireau and contributors'
exclude_patterns = ['_build']
release = __version__
version = '.'.join(release.split('.')[:1])