1 new commit in py:
https://bitbucket.org/hpk42/py/changeset/d19d606a79c0/ changeset: d19d606a79c0 user: hpk42 date: 2012-05-10 00:36:06 summary: bump version affected #: 2 files diff -r 8ea021239dde14ddbc2db02771a86e0035edfbe2 -r d19d606a79c08c732b39d1225fceeb49078c919a 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.7' +__version__ = '1.4.7.dev1' from py import _apipkg diff -r 8ea021239dde14ddbc2db02771a86e0035edfbe2 -r d19d606a79c08c732b39d1225fceeb49078c919a 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.7', + version='1.4.7.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