bump versions to dev, including changing the doc-install target to "dev"

instead of "latest"
This commit is contained in:
holger krekel 2015-03-26 13:48:59 +01:00
parent fd6ff9bc01
commit e16983d265
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2.7.1.dev (compared to 2.7.0)
-----------------------------
2.7.0 (compared to 2.6.4) 2.7.0 (compared to 2.6.4)
----------------------------- -----------------------------

View File

@ -1,2 +1,2 @@
# #
__version__ = '2.7.0' __version__ = '2.7.1.dev'

View File

@ -42,7 +42,7 @@ help:
clean: clean:
-rm -rf $(BUILDDIR)/* -rm -rf $(BUILDDIR)/*
SITETARGET=latest SITETARGET=dev
install: html install: html
# for access talk to someone with login rights to # for access talk to someone with login rights to

View File

@ -18,7 +18,7 @@
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# The short X.Y version. # The short X.Y version.
version = "2.7" version = "2.7"
release = "2.7.0" release = "2.7.1.dev"
import sys, os import sys, os

View File

@ -28,7 +28,7 @@ def main():
name='pytest', name='pytest',
description='pytest: simple powerful testing with Python', description='pytest: simple powerful testing with Python',
long_description=long_description, long_description=long_description,
version='2.7.0', version='2.7.1.dev',
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'],