1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/477f77a6ff1e/
changeset:   477f77a6ff1e
user:        hpk42
date:        2011-09-23 07:30:44
summary:     going for 2.1.2 bug fix release
affected #:  3 files (-1 bytes)

--- a/CHANGELOG Wed Sep 21 08:12:37 2011 +0200
+++ b/CHANGELOG Fri Sep 23 07:30:44 2011 +0200
@@ -1,4 +1,4 @@
-Changes between 2.1.1 and [NEXT VERSION]
+Changes between 2.1.1 and 2.1.2
 ----------------------------------------
 
 - fix assertion rewriting on files with windows newlines on some Python 
versions


--- a/_pytest/__init__.py       Wed Sep 21 08:12:37 2011 +0200
+++ b/_pytest/__init__.py       Fri Sep 23 07:30:44 2011 +0200
@@ -1,2 +1,2 @@
 #
-__version__ = '2.1.2.dev2'
+__version__ = '2.1.2'


--- a/setup.py  Wed Sep 21 08:12:37 2011 +0200
+++ b/setup.py  Fri Sep 23 07:30:44 2011 +0200
@@ -24,7 +24,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.1.2.dev2',
+        version='2.1.2',
         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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to