Skip to content

Commit

Permalink
Bump version: 2.2.3 → 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
6uhrmittag committed May 1, 2020
1 parent 9162c29 commit 09e5cdf
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.3
current_version = 2.2.4
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.3',
version='2.2.4',
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.3'
__version__ = '2.2.4'
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.3
version = 2.2.4
update_url = https://api.github.com/repos/6uhrmittag/taskbutler/releases
devmode = false

Expand Down

0 comments on commit 09e5cdf

Please sign in to comment.