1 new commit in py: https://bitbucket.org/hpk42/py/commits/a3e0626aa0c5/ Changeset: a3e0626aa0c5 User: hpk42 Date: 2014-01-29 13:17:03 Summary: bump version to final 1.4.20 Affected #: 2 files
diff -r 47280655743431abd4355062ae1db788790c582e -r a3e0626aa0c5aecf271367dc77e476ab216ea3c8 py/__init__.py --- a/py/__init__.py +++ b/py/__init__.py @@ -8,7 +8,7 @@ (c) Holger Krekel and others, 2004-2013 """ -__version__ = '1.4.20.dev2' +__version__ = '1.4.20' from py import _apipkg diff -r 47280655743431abd4355062ae1db788790c582e -r a3e0626aa0c5aecf271367dc77e476ab216ea3c8 setup.py --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='py', description='library with cross-python path, ini-parsing, io, code, log facilities', long_description = open('README.txt').read(), - version='1.4.20.dev2', + version='1.4.20', url='http://pylib.readthedocs.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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit