1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/0de3f5c1a683/
Changeset:   0de3f5c1a683
User:        hpk42
Date:        2015-03-26 12:48:59+00:00
Summary:     bump versions to dev, including changing the doc-install target to 
"dev"
instead of "latest"
Affected #:  5 files

diff -r 99c565d5a578fb6030ceb225e8ded0e754fa7ac5 -r 
0de3f5c1a683a834d27b265d5e8781326d5dad04 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2.7.1.dev (compared to 2.7.0)
+-----------------------------
+
+
 2.7.0 (compared to 2.6.4)
 -----------------------------
 

diff -r 99c565d5a578fb6030ceb225e8ded0e754fa7ac5 -r 
0de3f5c1a683a834d27b265d5e8781326d5dad04 _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.7.0'
+__version__ = '2.7.1.dev'

diff -r 99c565d5a578fb6030ceb225e8ded0e754fa7ac5 -r 
0de3f5c1a683a834d27b265d5e8781326d5dad04 doc/en/Makefile
--- a/doc/en/Makefile
+++ b/doc/en/Makefile
@@ -42,7 +42,7 @@
 clean:
        -rm -rf $(BUILDDIR)/*
 
-SITETARGET=latest
+SITETARGET=dev
 
 install: html
         # for access talk to someone with login rights to

diff -r 99c565d5a578fb6030ceb225e8ded0e754fa7ac5 -r 
0de3f5c1a683a834d27b265d5e8781326d5dad04 doc/en/conf.py
--- a/doc/en/conf.py
+++ b/doc/en/conf.py
@@ -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
 

diff -r 99c565d5a578fb6030ceb225e8ded0e754fa7ac5 -r 
0de3f5c1a683a834d27b265d5e8781326d5dad04 setup.py
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@
         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'],

Repository URL: https://bitbucket.org/pytest-dev/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to