[py-svn] commit/pytest: hpk42: fixed versioning, thanks Arfrever

Bitbucket commits-noreply at bitbucket.org
Sun Dec 9 09:19:40 CET 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/76aef493deec/
changeset:   76aef493deec
user:        hpk42
date:        2012-12-09 09:19:33
summary:     fixed versioning, thanks Arfrever
affected #:  2 files

diff -r 4647d271406184af5b98137bdd67d8e33f282f88 -r 76aef493deeca96e22d1a37f6ad103f0db03b4fe _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.4.5dev3'
+__version__ = '2.3.5dev5'


diff -r 4647d271406184af5b98137bdd67d8e33f282f88 -r 76aef493deeca96e22d1a37f6ad103f0db03b4fe setup.py
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.4.5dev3',
+        version='2.3.5dev5',
         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