[py-svn] commit/pytest-pep8: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Tue Nov 6 16:02:54 CET 2012


2 new commits in pytest-pep8:


https://bitbucket.org/hpk42/pytest-pep8/changeset/f8a92d028dcd/
changeset:   f8a92d028dcd
user:        hpk42
date:        2012-11-06 16:01:44
summary:     finalize
affected #:  2 files

diff -r 47c4298aedfd090458d914c80c35a6ad3dfce991 -r f8a92d028dcd09ecd737d46b62585ef89571aa4d pytest_pep8.py
--- a/pytest_pep8.py
+++ b/pytest_pep8.py
@@ -3,7 +3,7 @@
 import pytest
 import pep8
 
-__version__ = '1.0.3.dev1'
+__version__ = '1.0.3'
 
 HISTKEY = "pep8/mtimes"
 


diff -r 47c4298aedfd090458d914c80c35a6ad3dfce991 -r f8a92d028dcd09ecd737d46b62585ef89571aa4d setup.py
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
         name='pytest-pep8',
         description='pytest plugin to check PEP8 requirements',
         long_description=open("README.txt").read(),
-        version='1.0.3.dev1',
+        version='1.0.3',
         author='Holger Krekel and Ronny Pfannschmidt',
         author_email='holger.krekel at gmail.com',
         url='http://bitbucket.org/hpk42/pytest-pep8/',



https://bitbucket.org/hpk42/pytest-pep8/changeset/e7c446c82018/
changeset:   e7c446c82018
user:        hpk42
date:        2012-11-06 16:02:45
summary:     Added tag 1.0.3 for changeset f8a92d028dcd
affected #:  1 file

diff -r f8a92d028dcd09ecd737d46b62585ef89571aa4d -r e7c446c820180183af8c9f5ecc54f4ee79e9a8a6 .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -6,3 +6,4 @@
 1160e1328095d879238cdda32173476ecc5a5072 0.9.1
 dc4ae3a75b4c285c81c7044232b0426a23c9a221 1.0.1
 2e5abd094f9f1abe88d764f3070dbfdb0823213f 1.0.2
+f8a92d028dcd09ecd737d46b62585ef89571aa4d 1.0.3

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

--

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