Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-11-19 09:36:53 +0300
committerCasey Deccio <casey@deccio.net>2016-11-19 09:36:53 +0300
commit2bc201513abec75bde76a50b4071660a70482bf5 (patch)
treef19919a41e83c979f41cf55637f14f22c727bd3d /setup.py
parent406e5e1073f684f9e069ca7e85bda18a9875a791 (diff)
Bump versionv0.6.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d3878a1..3e5e65f 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ def apply_substitutions(filename, install_prefix):
def make_documentation():
os.chdir('doc')
+ print 'foobar'
try:
if os.system('make') != 0:
sys.stderr.write('Warning: Some of the included documentation failed to build. Proceeding without it.\n')
@@ -106,7 +107,7 @@ else:
map_func = lambda x: codecs.decode(x, 'latin1')
setup(name='dnsviz',
- version='0.6.4',
+ version='0.6.5',
author='Casey Deccio',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',