Skip to content

Commit

Permalink
v1.5.1 Disable python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ralmn committed Jan 12, 2021
1 parent 5378008 commit 513b0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_ikea_tradfri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def on_event(self, event, payload):
# ("OctoPrint-PluginSkeleton"), you may define that here. Same goes for the other metadata derived from setup.py that
# can be overwritten via __plugin_xyz__ control properties. See the documentation for that.
__plugin_name__ = "OctoPrint Ikea Tradfri"
__plugin_pythoncompat__ = ">=2.7,<4"
__plugin_pythoncompat__ = ">=3,<4"


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

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


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

0 comments on commit 513b0d9

Please sign in to comment.