bump version, prepare 1.3.3

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-30 15:06:50 +02:00
parent 6aab9bcfb9
commit 3654592959
3 changed files with 6 additions and 6 deletions

View File

@ -1,17 +1,17 @@
Changes between 1.3.2 and 1.3.3a1
Changes between 1.3.2 and 1.3.3
==================================================
- fix issue113: assertion representation problem with triple-quoted strings
(and possibly other cases)
- make conftest loading detect that a conftest file with the same
content was already loaded, avoids surprises in nested directory structures
that can be produced e.g. by Hudson. It alleviates the need to use
--confcutdir at all.
which can be produced e.g. by Hudson. It probably removes the need to use
--confcutdir in most cases.
- fix terminal coloring for win32
(thanks Michael Foord for reporting)
- fix weirdness: make terminal width detection work on stdout instead of stdin
(thanks Armin Ronacher for reporting)
- remove trailing whitespace in all py/text files
- remove trailing whitespace in all py/text distribution files
Changes between 1.3.1 and 1.3.2
==================================================

View File

@ -8,7 +8,7 @@ dictionary or an import path.
(c) Holger Krekel and others, 2004-2010
"""
__version__ = version = "1.3.3a1"
__version__ = version = "1.3.3"
import py.apipkg

View File

@ -26,7 +26,7 @@ def main():
name='py',
description='py.test and pylib: rapid testing and development utils.',
long_description = long_description,
version= '1.3.3a1',
version= '1.3.3',
url='http://pylib.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],