Skip to content

Commit e16983d

Browse files
committed
bump versions to dev, including changing the doc-install target to "dev"
instead of "latest"
1 parent fd6ff9b commit e16983d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.7.1.dev (compared to 2.7.0)
2+
-----------------------------
3+
4+
15
2.7.0 (compared to 2.6.4)
26
-----------------------------
37

_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#
2-
__version__ = '2.7.0'
2+
__version__ = '2.7.1.dev'

doc/en/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ help:
4242
clean:
4343
-rm -rf $(BUILDDIR)/*
4444

45-
SITETARGET=latest
45+
SITETARGET=dev
4646

4747
install: html
4848
# for access talk to someone with login rights to

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# The full version, including alpha/beta/rc tags.
1919
# The short X.Y version.
2020
version = "2.7"
21-
release = "2.7.0"
21+
release = "2.7.1.dev"
2222

2323
import sys, os
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828
name='pytest',
2929
description='pytest: simple powerful testing with Python',
3030
long_description=long_description,
31-
version='2.7.0',
31+
version='2.7.1.dev',
3232
url='http://pytest.org',
3333
license='MIT license',
3434
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

0 commit comments

Comments
 (0)