going for 2.1.2 bug fix release

This commit is contained in:
holger krekel 2011-09-23 07:30:44 +02:00
parent d37af98db3
commit ad785a476c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Changes between 2.1.1 and [NEXT VERSION]
Changes between 2.1.1 and 2.1.2
----------------------------------------
- fix assertion rewriting on files with windows newlines on some Python versions

View File

@ -1,2 +1,2 @@
#
__version__ = '2.1.2.dev2'
__version__ = '2.1.2'

View File

@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.1.2.dev2',
version='2.1.2',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],