diff options
author | Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> | 2012-02-17 12:09:37 +0100 |
---|---|---|
committer | Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> | 2012-02-17 12:09:37 +0100 |
commit | 856d9cf06fac9366f82f998ad4caefef177f1a1e (patch) | |
tree | 18caed5a1ddb689ab3e967aa9e7f338badc337ca /_pytest/__init__.py | |
parent | sync pylib with 1.7.4 + mattip's patch (diff) | |
download | pypy-856d9cf06fac9366f82f998ad4caefef177f1a1e.tar.gz pypy-856d9cf06fac9366f82f998ad4caefef177f1a1e.tar.bz2 pypy-856d9cf06fac9366f82f998ad4caefef177f1a1e.zip |
sync pytest with the 2.2.3 release
Diffstat (limited to '_pytest/__init__.py')
-rw-r--r-- | _pytest/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 0a695c2035..6c2941d5d5 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.2.2.dev6' +__version__ = '2.2.3' |