From a6fce86668dfb577c26d1d7b79f566a91d7c4923 Mon Sep 17 00:00:00 2001 From: gwe Date: Fri, 13 Nov 2020 16:56:42 +0100 Subject: [PATCH] update version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 084c21f..c21682c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This plugin integrates Telegram Messenger with Octoprint. It sends messages (with photos if available) on print start, end and failure. Also it sends messages during the print at configurable intervals. That way you don't have to remember to regularly have a look at the printing process. Also, you can control Octoprint via messages (settings, start a print and much more). Send `/status` to get the current printer status or `/abort` to abort the current print. Send `/help` for a list of all recognized commands. You may also use this bot in groups. -**Latest release: [1.6.1](https://github.com/fabianonline/OctoPrint-Telegram/releases)** +**Latest release: [1.6.2](https://github.com/fabianonline/OctoPrint-Telegram/releases)** ## Contents diff --git a/setup.py b/setup.py index 4baa47c..7bbe320 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Telegram" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.6.1" +plugin_version = "1.6.2" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module