Skip to content

Commit

Permalink
0.8.7 (#84)
Browse files Browse the repository at this point in the history
- Added Python 3 compatibility
  • Loading branch information
jneilliii authored May 23, 2020
1 parent faac91c commit 2eb4a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def _is_event_active(self, event):


__plugin_name__ = "MQTT"

__plugin_pythoncompat__ = ">=2.7,<4"

def __plugin_load__():
plugin = MqttPlugin()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
plugin_name = "OctoPrint-MQTT"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.8.6"
plugin_version = "0.8.7"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 2eb4a68

Please sign in to comment.