[py-svn] commit/py: hpk42: bump version to 1.4.11

Bitbucket commits-noreply at bitbucket.org
Thu Oct 25 12:42:04 CEST 2012


1 new commit in py:


https://bitbucket.org/hpk42/py/changeset/acb835fc2967/
changeset:   acb835fc2967
user:        hpk42
date:        2012-10-25 12:11:31
summary:     bump version to 1.4.11
affected #:  3 files

diff -r 2481690036bae55d4cb613cba41490ed3839105e -r acb835fc29676018b2c643b83e0980ae3427fc62 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,8 @@
-Changes between 1.4.10 and 1.4.11.dev
+Changes between 1.4.10 and 1.4.11
 ==================================================
 
 - use _ast to determine statement ranges when printing tracebacks -
-  avoids multi-second delays on some large test modules
+  avoiding multi-second delays on some large test modules
 - fix an internal test to not use class-denoted pytest_funcarg__
 - fix a doc link to bug tracker
 - try to make terminal.write() printing more robust against


diff -r 2481690036bae55d4cb613cba41490ed3839105e -r acb835fc29676018b2c643b83e0980ae3427fc62 py/__init__.py
--- a/py/__init__.py
+++ b/py/__init__.py
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.11.dev6'
+__version__ = '1.4.11'
 
 from py import _apipkg
 


diff -r 2481690036bae55d4cb613cba41490ed3839105e -r acb835fc29676018b2c643b83e0980ae3427fc62 setup.py
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
         name='py',
         description='library with cross-python path, ini-parsing, io, code, log facilities',
         long_description = open('README.txt').read(),
-        version='1.4.11.dev6',
+        version='1.4.11',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

Repository URL: https://bitbucket.org/hpk42/py/

--

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