unbump version to retag
This commit is contained in:
parent
ee53b1f591
commit
07e870dc14
|
@ -1,2 +1,2 @@
|
||||||
#
|
#
|
||||||
__version__ = '2.0.4.dev0'
|
__version__ = '2.0.3'
|
||||||
|
|
|
@ -52,8 +52,9 @@ copyright = u'2011, holger krekel et alii'
|
||||||
version = '2.0'
|
version = '2.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
import py, pytest
|
import py, pytest
|
||||||
#assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath())
|
|
||||||
release = pytest.__version__
|
release = pytest.__version__
|
||||||
|
version = ".".join(release.split(".")[:2])
|
||||||
|
#assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath())
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ def main():
|
||||||
name='pytest',
|
name='pytest',
|
||||||
description='py.test: simple powerful testing with Python',
|
description='py.test: simple powerful testing with Python',
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
version='2.0.4.dev0',
|
version='2.0.3',
|
||||||
url='http://pytest.org',
|
url='http://pytest.org',
|
||||||
license='MIT license',
|
license='MIT license',
|
||||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||||
|
|
Loading…
Reference in New Issue