diff options
author | Robert Lehmann <mail@robertlehmann.de> | 2013-01-02 17:45:33 +0100 |
---|---|---|
committer | Robert Lehmann <mail@robertlehmann.de> | 2013-01-02 17:45:33 +0100 |
commit | 0725cb608a9ca6de67d3e681acb51507c300936e (patch) | |
tree | e34d12e2493e12a7c68e3b43040bb2c664e6e8d3 /sphinx/versioning.py | |
parent | ebc953d15cf1ea583e1b79399fb074ad26f7c6ce (diff) | |
parent | 151856819c212229f6f58a8a2cbf9223a4191f94 (diff) | |
download | sphinx-git-0725cb608a9ca6de67d3e681acb51507c300936e.tar.gz |
merge with birkenfeld/sphinx
Diffstat (limited to 'sphinx/versioning.py')
-rw-r--r-- | sphinx/versioning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/versioning.py b/sphinx/versioning.py index d45ed1d3f..a16751bb5 100644 --- a/sphinx/versioning.py +++ b/sphinx/versioning.py @@ -6,7 +6,7 @@ Implements the low-level algorithms Sphinx uses for the versioning of doctrees. - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ from uuid import uuid4 |