[py-svn] commit/pytest: hpk42: bump version to next release

Bitbucket commits-noreply at bitbucket.org
Thu May 17 08:46:56 CEST 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/d40c98b610fb/
changeset:   d40c98b610fb
user:        hpk42
date:        2012-05-17 08:46:49
summary:     bump version to next release
affected #:  3 files

diff -r 7b1c3413c066c6bb728fc060bdb4e7a3cbb23efd -r d40c98b610fb5a7e8060fb514ac4b2717ba2211c CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Changese between 2.2.3 and ...
+Changese between 2.2.3 and 2.2.4
 -----------------------------------
 
 - fix error message for rewritten assertions involving the % operator


diff -r 7b1c3413c066c6bb728fc060bdb4e7a3cbb23efd -r d40c98b610fb5a7e8060fb514ac4b2717ba2211c _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.2.4.dev3'
+__version__ = '2.4.4'


diff -r 7b1c3413c066c6bb728fc060bdb4e7a3cbb23efd -r d40c98b610fb5a7e8060fb514ac4b2717ba2211c setup.py
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.2.4.dev3',
+        version='2.4.4',
         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