[py-svn] commit/pytest: hpk42: proper version number (2.3.1.dev*)

Bitbucket commits-noreply at bitbucket.org
Fri Oct 19 16:00:39 CEST 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/6e8541bd4fd2/
changeset:   6e8541bd4fd2
user:        hpk42
date:        2012-10-19 16:00:29
summary:     proper version number (2.3.1.dev*)
affected #:  2 files

diff -r d3c36ac8ebff5e834b0ea4d0e8b9526b72fd942d -r 6e8541bd4fd2a638c021eb38de4b16de01d067b0 _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.3.0.dev1'
+__version__ = '2.3.1.dev1'


diff -r d3c36ac8ebff5e834b0ea4d0e8b9526b72fd942d -r 6e8541bd4fd2a638c021eb38de4b16de01d067b0 setup.py
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.3.0.dev1',
+        version='2.3.1.dev1',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

Repository URL: https://bitbucket.org/hpk42/pytest/

--

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