Skip to content

Commit

Permalink
Merge pull request #495 from fomars/develop
Browse files Browse the repository at this point in the history
docs version doesnt work
  • Loading branch information
direvius committed Jan 24, 2018
2 parents 5c67459 + ea080cd commit d81dad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
from setup import VERSION

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage',
'sphinx.ext.viewcode']
Expand All @@ -53,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = VERSION
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = VERSION
release = '1.9.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from setuptools import setup, find_packages

VERSION = '1.9.8'

setup(
name='yandextank',
version=VERSION,
version='1.9.8',
description='a performance measurement tool',
longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool.
Expand Down

0 comments on commit d81dad0

Please sign in to comment.