[Pytest-commit] commit/pytest: hpk42: open up pytest-2.6 branch in case we want to release a 2.6.4 before 2.7.0 happens

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Oct 7 11:19:17 CEST 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/a460a4db4589/
Changeset:   a460a4db4589
Branch:      pytest-2.6
User:        hpk42
Date:        2014-10-07 09:14:57+00:00
Summary:     open up pytest-2.6 branch in case we want to release a 2.6.4 before 2.7.0 happens
Affected #:  3 files

diff -r 63ee1c59835ab6b44c868a410d3d40f9bcebb843 -r a460a4db4589486f62af8716f6960df3edc6d99f CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Unreleased
+2.6.4.dev
 ----------
 
 - Improve assertion failure reporting on iterables, by using ndiff and pprint.

diff -r 63ee1c59835ab6b44c868a410d3d40f9bcebb843 -r a460a4db4589486f62af8716f6960df3edc6d99f _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.6.4.dev1'
+__version__ = '2.6.4.dev2'

diff -r 63ee1c59835ab6b44c868a410d3d40f9bcebb843 -r a460a4db4589486f62af8716f6960df3edc6d99f setup.py
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
         name='pytest',
         description='pytest: simple powerful testing with Python',
         long_description=long_description,
-        version='2.6.4.dev1',
+        version='2.6.4.dev2',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

Repository URL: https://bitbucket.org/hpk42/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.


More information about the pytest-commit mailing list