# HG changeset patch -- Bitbucket.org # Project pylib # URL http://bitbucket.org/hpk42/pylib/overview # User holger krekel <hol...@merlinux.eu> # Date 1288883096 -3600 # Node ID 577b5991dbceffe0887001c8597fd9a2f4d50023 # Parent e8cc8ddb7505e5b4a2928c09990d9974a4508c77 bump version, add changelog
--- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def main(): long_description = long_description, install_requires=['py>=1.3.9', ], # force newer py version which removes 'py' namespace # # so we can occupy it - version='2.0.0.dev4', + version='2.0.0.dev5', url='http://pylib.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], --- a/py/__init__.py +++ b/py/__init__.py @@ -8,7 +8,7 @@ dictionary or an import path. (c) Holger Krekel and others, 2004-2010 """ -__version__ = '2.0.0.dev4' +__version__ = '2.0.0.dev5' from py import _apipkg --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ Changes between 1.3.4 and 2.0.0dev0 - add py.iniconfig module for brain-dead easy ini-config file parsing - introduce py.builtin.any() - path objects have a .dirname attribute now +- path.visit() accepts breadthfirst (bf) and sort options Changes between 1.3.3 and 1.3.4 ================================================== _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn