Skip to content

Commit

Permalink
Bump version: 0.28.1 → 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 21, 2022
1 parent 2ae57c0 commit bb61b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.28.1
current_version = 0.29.0
files = setup.py mqttwarn/__init__.py
commit = True
tag = True
Expand All @@ -10,7 +10,6 @@ allow_dirty = False
search = version='{current_version}'
replace = version='{new_version}'


[bumpversion:file:mqttwarn/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
2 changes: 1 addition & 1 deletion mqttwarn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# (c) 2014-2018 The mqttwarn developers

__version__ = '0.28.1'
__version__ = '0.29.0'

__author__ = 'Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>'
__copyright__ = 'Copyright 2014-2022 Jan-Piet Mens'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@


setup(name='mqttwarn',
version='0.28.1',
version='0.29.0',
description='mqttwarn - subscribe to MQTT topics and notify pluggable services',
long_description=README,
license="EPL 2.0",
Expand Down

0 comments on commit bb61b87

Please sign in to comment.