1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/14f5f7ccc0fe/
Changeset: 14f5f7ccc0fe
User: hpk42
Date: 2014-10-26 09:52:04+00:00
Summary: bump version to 2.7 on default
Affected #: 2 files
diff -r 88ccebd34c4905ce28c6ee8465d014c556cc810f -r
14f5f7ccc0fe611e36f8edecb122fb440f500ec9 _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
#
-__version__ = '2.6.4.dev1'
+__version__ = '2.7.0.dev1'
diff -r 88ccebd34c4905ce28c6ee8465d014c556cc810f -r
14f5f7ccc0fe611e36f8edecb122fb440f500ec9 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.7.0.dev1',
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.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit