aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2016-04-01 21:41:56 -0400
committerPaul Ganssle <paul@ganssle.io>2016-04-02 11:51:51 -0400
commit8cf9ebcd661844a2493530d93b9f3925c2f17b81 (patch)
treea040ec352feed5c6b71c7f2e3038dc8d979e96fa /docs
parentb1e052514072d6a700d1df933f6e284ca9f27cf7 (diff)
downloaddateutil-8cf9ebcd661844a2493530d93b9f3925c2f17b81.tar.gz
Fixed version in documentation, update copyright date.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index cb82c5b..95695ab 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,16 +50,18 @@ master_doc = 'index'
# General information about the project.
project = 'dateutil'
-copyright = '2015, dateutil'
+copyright = '2016, dateutil'
# 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 = '2.4.2'
+from dateutil import __version__ as VERSION # Explicitly use a relative path
+
+version = VERSION
# The full version, including alpha/beta/rc tags.
-release = '2.4.2'
+release = VERSION
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.