1 new changeset in py: http://bitbucket.org/hpk42/py/changeset/8980257b1719/ changeset: 8980257b1719 branches: user: hpk42 date: 2011-05-29 08:01:15 summary: bump version affected #: 2 files (10 bytes)
--- a/py/__init__.py Wed May 25 17:44:46 2011 -0500 +++ b/py/__init__.py Sun May 29 08:01:15 2011 +0200 @@ -8,7 +8,7 @@ (c) Holger Krekel and others, 2004-2010 """ -__version__ = '1.4.3' +__version__ = '1.4.4.dev1' from py import _apipkg --- a/setup.py Wed May 25 17:44:46 2011 -0500 +++ b/setup.py Sun May 29 08:01:15 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.3', + version='1.4.4.dev1', 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