Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Brightcells authored Mar 23, 2018
2 parents 7cbb186 + 2c45ffc commit e3e4f6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 2.0.4
current_version = 2.0.5

[bumpversion:file:setup.py]

4 changes: 3 additions & 1 deletion CodeConvert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import six
# -*- coding: utf-8 -*-

import six


# Note:
# See http://docs.python.org/2/library/codecs.html#standard-encodings

Expand Down
2 changes: 1 addition & 1 deletion pep8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# -- E501 line too long
# -- E701 multiple statements on one line

pep8 --exclude=migrations --ignore=E128,E501,E701 .
pycodestyle --exclude=migrations --ignore=E128,E501,E701 .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


version = '2.0.4'
version = '2.0.5'


setup(
Expand Down
1 change: 1 addition & 0 deletions test_CodeConvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@ def main():
_Convert2Utf8()
_Convert2Unicode()


if __name__ == '__main__':
main()

0 comments on commit e3e4f6b

Please sign in to comment.