diff options
author | Jakub Stasiak <jakub@stasiak.at> | 2020-06-19 00:19:55 +0200 |
---|---|---|
committer | Jakub Stasiak <jakub@stasiak.at> | 2020-06-19 01:13:55 +0200 |
commit | b9ca0ea0ff785eaca496c2d099c9582da351d4ec (patch) | |
tree | 577008bda2ad7f5e294d75665bbf3fcddf64fa4b /docs/source | |
parent | 90bae49164fee12bf1a94d9f2385a994fea4bd5d (diff) | |
download | netaddr-release.tar.gz |
Release version 0.7.20release
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:: |