[py-svn] commit/py: hpk42: bump version and add entry to changelog

Bitbucket commits-noreply at bitbucket.org
Mon Dec 19 18:30:17 CET 2011


1 new commit in py:


https://bitbucket.org/hpk42/py/changeset/76dd97f88b78/
changeset:   76dd97f88b78
user:        hpk42
date:        2011-12-19 18:29:52
summary:     bump version and add entry to changelog
affected #:  3 files

diff -r b092191fcb76d9b071f55e9eb19077284f47d100 -r 76dd97f88b789b6601363d3371456915ae38dbf0 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+Changes between 1.4.6 and NEXT
+==================================================
+
+- fix issue11 - own test failure with python3.3 / Thanks Benjamin Peterson
+
 Changes between 1.4.5 and 1.4.6
 ==================================================
 


diff -r b092191fcb76d9b071f55e9eb19077284f47d100 -r 76dd97f88b789b6601363d3371456915ae38dbf0 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'
+__version__ = '1.4.7.dev1'
 
 from py import _apipkg
 


diff -r b092191fcb76d9b071f55e9eb19077284f47d100 -r 76dd97f88b789b6601363d3371456915ae38dbf0 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',
+        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.



More information about the pytest-commit mailing list