File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.28.1
2
+ current_version = 0.29.0
3
3
files = setup.py mqttwarn/__init__.py
4
4
commit = True
5
5
tag = True
@@ -10,7 +10,6 @@ allow_dirty = False
10
10
search = version =' {current_version}'
11
11
replace = version =' {new_version}'
12
12
13
-
14
13
[bumpversion:file:mqttwarn/__init__.py]
15
14
search = __version__ = ' {current_version}'
16
15
replace = __version__ = ' {new_version}'
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# (c) 2014-2018 The mqttwarn developers
3
3
4
- __version__ = '0.28.1 '
4
+ __version__ = '0.29.0 '
5
5
6
6
__author__ = 'Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>'
7
7
__copyright__ = 'Copyright 2014-2022 Jan-Piet Mens'
Original file line number Diff line number Diff line change 160
160
161
161
162
162
setup (name = 'mqttwarn' ,
163
- version = '0.28.1 ' ,
163
+ version = '0.29.0 ' ,
164
164
description = 'mqttwarn - subscribe to MQTT topics and notify pluggable services' ,
165
165
long_description = README ,
166
166
license = "EPL 2.0" ,
You can’t perform that action at this time.
0 commit comments