1 new changeset in py:

http://bitbucket.org/hpk42/py/changeset/790a484f09b8/
changeset:   790a484f09b8
user:        hpk42
date:        2011-07-05 19:11:45
summary:     up version number, add changelog entry
affected #:  3 files (148 bytes)

--- a/CHANGELOG Tue Jul 05 11:35:32 2011 -0500
+++ b/CHANGELOG Tue Jul 05 19:11:45 2011 +0200
@@ -1,3 +1,8 @@
+Changes between 1.4.3 and 1.4.4
+==================================================
+
+- a few fixes and assertion related refinements for pytest-2.1
+
 Changes between 1.4.2 and 1.4.3
 ==================================================
 


--- a/py/__init__.py    Tue Jul 05 11:35:32 2011 -0500
+++ b/py/__init__.py    Tue Jul 05 19:11:45 2011 +0200
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.4.dev1'
+__version__ = '1.4.4.dev2'
 
 from py import _apipkg
 


--- a/setup.py  Tue Jul 05 11:35:32 2011 -0500
+++ b/setup.py  Tue Jul 05 19:11:45 2011 +0200
@@ -9,7 +9,7 @@
         name='py',
         description='library with cross-python path, ini-parsing, io, code, 
log facilities',
         long_description = open('README.txt').read(),
-        version='1.4.4.dev1',
+        version='1.4.4.dev2',
         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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to