1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/25c0386e2968/
Changeset: 25c0386e2968
User: hpk42
Date: 2013-09-27 12:43:49
Summary: bump version
Affected #: 2 files
diff -r 95a817c87a020ef2c325244d6f596943eaf5d0ae -r
25c0386e2968797cfeafd040517b369149867ce5 _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
#
-__version__ = '2.4.0.dev12'
+__version__ = '2.4.0.dev13'
diff -r 95a817c87a020ef2c325244d6f596943eaf5d0ae -r
25c0386e2968797cfeafd040517b369149867ce5 setup.py
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
- version='2.4.0.dev12',
+ version='2.4.0.dev13',
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