bump versions to dev, including changing the doc-install target to "dev"
instead of "latest"
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2.7.1.dev (compared to 2.7.0)
|
||||
-----------------------------
|
||||
|
||||
|
||||
2.7.0 (compared to 2.6.4)
|
||||
-----------------------------
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#
|
||||
__version__ = '2.7.0'
|
||||
__version__ = '2.7.1.dev'
|
||||
|
||||
@@ -42,7 +42,7 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
SITETARGET=latest
|
||||
SITETARGET=dev
|
||||
|
||||
install: html
|
||||
# for access talk to someone with login rights to
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
# The short X.Y version.
|
||||
version = "2.7"
|
||||
release = "2.7.0"
|
||||
release = "2.7.1.dev"
|
||||
|
||||
import sys, os
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ def main():
|
||||
name='pytest',
|
||||
description='pytest: simple powerful testing with Python',
|
||||
long_description=long_description,
|
||||
version='2.7.0',
|
||||
version='2.7.1.dev',
|
||||
url='http://pytest.org',
|
||||
license='MIT license',
|
||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||
|
||||
Reference in New Issue
Block a user