From d2cd459f26c042dca4e9990f907af53ce8d49733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 10 Jun 2015 09:43:10 +0200 Subject: [PATCH] Marked deprecated PluginSettings.getInt etc methods as to remove with 1.3.0 --- src/octoprint/plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/plugin/__init__.py b/src/octoprint/plugin/__init__.py index 064eb9b4..6477da92 100644 --- a/src/octoprint/plugin/__init__.py +++ b/src/octoprint/plugin/__init__.py @@ -445,7 +445,7 @@ class PluginSettings(object): ##~~ deprecated methods follow - # TODO: Remove with release of 1.2.0 + # TODO: Remove with release of 1.3.0 globalGet = deprecated("globalGet has been renamed to global_get", includedoc="Replaced by :func:`global_get`",