1 new commit in py: https://bitbucket.org/hpk42/py/commits/509aef38de37/ Changeset: 509aef38de37 User: hpk42 Date: 2014-01-22 11:46:02 Summary: bump version to 1.4.20 Affected #: 3 files
diff -r f25cbde63642edd32c8cbbc9eae842c1cb3486ec -r 509aef38de37c70f12d1b706f8b69b0e712bbfe2 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -UNRELEASED +1.4.20 ================================================== - ignore unicode decode errors in xmlescape. Thanks Anatoly Bubenkoff. diff -r f25cbde63642edd32c8cbbc9eae842c1cb3486ec -r 509aef38de37c70f12d1b706f8b69b0e712bbfe2 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.dev1' +__version__ = '1.4.20' from py import _apipkg diff -r f25cbde63642edd32c8cbbc9eae842c1cb3486ec -r 509aef38de37c70f12d1b706f8b69b0e712bbfe2 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.dev1', + 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