[Pytest-commit] commit/pytest-pep8: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Apr 27 08:21:50 CEST 2014


2 new commits in pytest-pep8:

https://bitbucket.org/hpk42/pytest-pep8/commits/394c799c92a2/
Changeset:   394c799c92a2
User:        hpk42
Date:        2014-04-27 08:21:40
Summary:     bump version to 1.0.6 and release to pypi
Affected #:  3 files

diff -r e2656c21b42a700f57723b646b621fc7e06a6e5a -r 394c799c92a2450ebc94ea04a006f0875fc0f89a CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-xxx
+1.0.6
 ----------
 
 - fix tests to accomodate newer pep version which is more sensitive
@@ -6,9 +6,6 @@
 
 - add py34 to tox.ini
 
-1.0.6
---------------
-
 - clarified in setup.py that license is MIT
 
 1.0.5

diff -r e2656c21b42a700f57723b646b621fc7e06a6e5a -r 394c799c92a2450ebc94ea04a006f0875fc0f89a pytest_pep8.py
--- a/pytest_pep8.py
+++ b/pytest_pep8.py
@@ -4,7 +4,7 @@
 import pep8
 import os
 
-__version__ = '1.0.5'
+__version__ = '1.0.6'
 
 HISTKEY = "pep8/mtimes"
 

diff -r e2656c21b42a700f57723b646b621fc7e06a6e5a -r 394c799c92a2450ebc94ea04a006f0875fc0f89a setup.py
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
         description='pytest plugin to check PEP8 requirements',
         long_description=open("README.txt").read(),
         license="MIT license",
-        version='1.0.5',
+        version='1.0.6',
         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/commits/fb3ba1fcb903/
Changeset:   fb3ba1fcb903
User:        hpk42
Date:        2014-04-27 08:21:42
Summary:     Added tag 1.0.6 for changeset 394c799c92a2
Affected #:  1 file

diff -r 394c799c92a2450ebc94ea04a006f0875fc0f89a -r fb3ba1fcb9030a42efb84900b11ccfb6050a04f4 .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -9,3 +9,4 @@
 f8a92d028dcd09ecd737d46b62585ef89571aa4d 1.0.3
 93ebd08f41f93143242b7088a93673e751234a11 1.0.4
 84c788017bac1ebaadc0d3dea47d59bc9dd75e21 1.0.5
+394c799c92a2450ebc94ea04a006f0875fc0f89a 1.0.6

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