Skip to content

Commit bb61b87

Browse files
committed
Bump version: 0.28.1 → 0.29.0
1 parent 2ae57c0 commit bb61b87

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.28.1
2+
current_version = 0.29.0
33
files = setup.py mqttwarn/__init__.py
44
commit = True
55
tag = True
@@ -10,7 +10,6 @@ allow_dirty = False
1010
search = version='{current_version}'
1111
replace = version='{new_version}'
1212

13-
1413
[bumpversion:file:mqttwarn/__init__.py]
1514
search = __version__ = '{current_version}'
1615
replace = __version__ = '{new_version}'

mqttwarn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# (c) 2014-2018 The mqttwarn developers
33

4-
__version__ = '0.28.1'
4+
__version__ = '0.29.0'
55

66
__author__ = 'Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>'
77
__copyright__ = 'Copyright 2014-2022 Jan-Piet Mens'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161

162162
setup(name='mqttwarn',
163-
version='0.28.1',
163+
version='0.29.0',
164164
description='mqttwarn - subscribe to MQTT topics and notify pluggable services',
165165
long_description=README,
166166
license="EPL 2.0",

0 commit comments

Comments
 (0)