From 0c649f7895ae33dcabf540ca44ddba3e715c1cce Mon Sep 17 00:00:00 2001 From: Casey Deccio Date: Tue, 3 Oct 2017 08:49:48 -0600 Subject: Bump release number --- dnsviz/transport.py | 2 +- doc/man/dnsviz-graph.1 | 2 +- doc/man/dnsviz-grok.1 | 2 +- doc/man/dnsviz-print.1 | 2 +- doc/man/dnsviz-probe.1 | 2 +- doc/man/dnsviz-query.1 | 2 +- doc/man/dnsviz.1 | 2 +- setup.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dnsviz/transport.py b/dnsviz/transport.py index 187854a..0b25231 100644 --- a/dnsviz/transport.py +++ b/dnsviz/transport.py @@ -660,7 +660,7 @@ class DNSQueryTransportHandlerHTTP(DNSQueryTransportHandlerMulti): def init_req(self): data = self._post_data() - self.req = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.6.6\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1') + self.req = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.6.7\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1') self.req_len = len(self.req) self.req_index = 0 diff --git a/doc/man/dnsviz-graph.1 b/doc/man/dnsviz-graph.1 index 120a373..4d4f7c3 100644 --- a/doc/man/dnsviz-graph.1 +++ b/doc/man/dnsviz-graph.1 @@ -18,7 +18,7 @@ .\" You should have received a copy of the GNU General Public License along .\" with DNSViz. If not, see . .\" -.TH dnsviz-probe 1 "30 Jun 2017" "0.6.6" +.TH dnsviz-probe 1 "3 Oct 2017" "0.6.7" .SH NAME dnsviz-graph \- graph the assessment of diagnostic DNS queries .SH SYNOPSIS diff --git a/doc/man/dnsviz-grok.1 b/doc/man/dnsviz-grok.1 index 8f02c71..addf5de 100644 --- a/doc/man/dnsviz-grok.1 +++ b/doc/man/dnsviz-grok.1 @@ -18,7 +18,7 @@ .\" You should have received a copy of the GNU General Public License along .\" with DNSViz. If not, see . .\" -.TH dnsviz-grok 1 "30 Jun 2017" "0.6.6" +.TH dnsviz-grok 1 "3 Oct 2017" "0.6.7" .SH NAME dnsviz-grok \- assess diagnostic DNS queries .SH SYNOPSIS diff --git a/doc/man/dnsviz-print.1 b/doc/man/dnsviz-print.1 index 1d63591..9099cad 100644 --- a/doc/man/dnsviz-print.1 +++ b/doc/man/dnsviz-print.1 @@ -18,7 +18,7 @@ .\" You should have received a copy of the GNU General Public License along .\" with DNSViz. If not, see . .\" -.TH dnsviz-print 1 "30 Jun 2017" "0.6.6" +.TH dnsviz-print 1 "3 Oct 2017" "0.6.7" .SH NAME dnsviz-print \- print the assessment of diagnostic DNS queries .SH SYNOPSIS diff --git a/doc/man/dnsviz-probe.1 b/doc/man/dnsviz-probe.1 index e816062..06d2272 100644 --- a/doc/man/dnsviz-probe.1 +++ b/doc/man/dnsviz-probe.1 @@ -18,7 +18,7 @@ .\" You should have received a copy of the GNU General Public License along .\" with DNSViz. If not, see . .\" -.TH dnsviz-probe 1 "30 Jun 2017" "0.6.6" +.TH dnsviz-probe 1 "3 Oct 2017" "0.6.7" .SH NAME dnsviz-probe \- issue diagnostic DNS queries .SH SYNOPSIS diff --git a/doc/man/dnsviz-query.1 b/doc/man/dnsviz-query.1 index 9192411..dcdb84e 100644 --- a/doc/man/dnsviz-query.1 +++ b/doc/man/dnsviz-query.1 @@ -18,7 +18,7 @@ .\" You should have received a copy of the GNU General Public License along .\" with DNSViz. If not, see . .\" -.TH dnsviz-query 1 "30 Jun 2017" "0.6.6" +.TH dnsviz-query 1 "3 Oct 2017" "0.6.7" .SH NAME dnsviz-query \- assess a DNS query .SH SYNOPSIS diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1 index 12aea0e..940e3bc 100644 --- a/doc/man/dnsviz.1 +++ b/doc/man/dnsviz.1 @@ -18,7 +18,7 @@ .\" You should have received a copy of the GNU General Public License along .\" with DNSViz. If not, see . .\" -.TH dnsviz 1 "30 Jun 2017" "0.6.6" +.TH dnsviz 1 "3 Oct 2017" "0.6.7" .SH NAME dnsviz \- issue and assess diagnostic DNS queries .SH SYNOPSIS diff --git a/setup.py b/setup.py index 2d695c4..a3d4497 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ else: map_func = lambda x: codecs.decode(x, 'latin1') setup(name='dnsviz', - version='0.6.6', + version='0.6.7', author='Casey Deccio', author_email='casey@deccio.net', url='https://github.com/dnsviz/dnsviz/', -- cgit v1.2.3