Skip to content

Commit

Permalink
Bump version: 2.2.2 → 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
6uhrmittag committed May 1, 2020
1 parent c704035 commit 1414f62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.2
current_version = 2.2.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/6uhrmittag/taskbutler',
version='2.2.2',
version='2.2.3',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion taskbutler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Marvin Heimbrodt"""
__email__ = 'marvin@6uhrmittag.de'
__version__ = '2.2.2'
__version__ = '2.2.3'
2 changes: 1 addition & 1 deletion taskbutler/config.ini.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[config]
version = 2.2.2
version = 2.2.3
update_url = https://api.github.com/repos/6uhrmittag/taskbutler/releases
devmode = false

Expand Down

0 comments on commit 1414f62

Please sign in to comment.