1 new commit in py:
https://bitbucket.org/hpk42/py/changeset/e284b86857e2/ changeset: e284b86857e2 user: hpk42 date: 2011-12-12 13:40:09 summary: bump version affected #: 2 files diff -r 117ea069b0458e10e61dabb84aa8f85cd9d701f5 -r e284b86857e2e3d975cac9c654a810434c9e5cfc 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.6.dev4' +__version__ = '1.4.6.dev5' from py import _apipkg diff -r 117ea069b0458e10e61dabb84aa8f85cd9d701f5 -r e284b86857e2e3d975cac9c654a810434c9e5cfc 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.6.dev4', + version='1.4.6.dev5', 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