Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Aug 4, 2020
1 parent 85030b9 commit c41812b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eox_hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '0.1.0'
__version__ = '0.2.0'
17 changes: 9 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[bumpversion]
current_version = 0.2.0
commit = True
tag = True

[isort]
default_section = THIRDPARTY
known_first_party = eox_hooks
Expand All @@ -11,9 +16,10 @@ max-line-length = 120
statistics = True

[pylint]
ignore=CVS
ignore = CVS

[MESSAGES CONTROL]
enable =
enable =
line-too-long,
syntax-error,
init-is-generator,
Expand Down Expand Up @@ -208,7 +214,7 @@ enable =
useless-suppression,
bad-inline-option,
deprecated-pragma,
disable =
disable =
bad-continuation,
invalid-name,
misplaced-comparison-constant,
Expand Down Expand Up @@ -284,9 +290,4 @@ disable =
xrange-builtin,
zip-builtin-not-iterating,

[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:eox_hooks/__init__.py]

0 comments on commit c41812b

Please sign in to comment.