File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.28.0
2
+ current_version = 0.28.1
3
3
files = setup.py mqttwarn/__init__.py
4
4
search = version =' {current_version}'
5
5
__version__ = ' {current_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.0 '
4
+ __version__ = '0.28.1 '
5
5
6
6
__author__ = 'Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>'
7
7
__copyright__ = 'Copyright 2014-2018 Jan-Piet Mens'
Original file line number Diff line number Diff line change 161
161
162
162
163
163
setup (name = 'mqttwarn' ,
164
- version = '0.28.0 ' ,
164
+ version = '0.28.1 ' ,
165
165
description = 'mqttwarn - subscribe to MQTT topics and notify pluggable services' ,
166
166
long_description = README ,
167
167
license = "EPL 2.0" ,
You can’t perform that action at this time.
0 commit comments