diff options
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/changes.rst | 2 | ||||
-rw-r--r-- | docs/source/conf.py | 4 | ||||
-rw-r--r-- | docs/source/index.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 3488d12..b5edddb 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,5 +1,5 @@ ============================ -What's new in netaddr 0.7.19 +What's new in netaddr 0.7.20 ============================ .. include:: ../../CHANGELOG diff --git a/docs/source/conf.py b/docs/source/conf.py index 6c8a22e..86b132b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ copyright = u'Copyright (c) 2008 by David P. D. Moss. All rights reserved.' # built documents. # # The short X.Y version. -version = '0.7.19' +version = '0.7.20' # The full version, including alpha/beta/rc tags. -release = '0.7.19' +release = '0.7.20' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index ba36f41..e46cf00 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ ============================ -netaddr 0.7.19 documentation +netaddr 0.7.20 documentation ============================ .. toctree:: |