]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
pyLDNS: Updated version identifier in documentation to 1.7.0.
authorKarel Slany <karel.slany@nic.cz>
Tue, 27 Aug 2013 15:14:35 +0000 (17:14 +0200)
committerKarel Slany <karel.slany@nic.cz>
Tue, 27 Aug 2013 15:23:21 +0000 (17:23 +0200)
contrib/python/docs/source/conf.py

index f8821e09e80e2ca2156c11f14db9b5ec559a665b..757c822e7762ebca4629ef9dc8078efa09019410 100644 (file)
@@ -37,15 +37,15 @@ master_doc = 'index'
 
 # General substitutions.
 project = 'pyLDNS'
-copyright = '2009, Karel Slany, Zdenek Vasicek'
+copyright = '2009-2013, Karel Slany, Zdenek Vasicek'
 
 # The default replacements for |version| and |release|, also used in various
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '1.6'
+version = '1.7'
 # The full version, including alpha/beta/rc tags.
-release = '1.6.14'
+release = '1.7.0'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used: