Skip to content

Commit ee9c69e

Browse files
committed
Bumping version to 1.7.0 in preparation of the 1.7 release
1 parent 9eb5d5d commit ee9c69e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ An OctoPrint plugin for monitoring your printer and prints via Slack or Mattermo
2828
- Print progress (% complete)
2929
- Print progress (time interval)
3030
- Print progress (Z height change)
31-
- G-code sent to printer
32-
- G-code received from printer
31+
- G-code sent to the printer
32+
- G-code received from the printer (including filament runout messages)
3333
- Timelapse render started
3434
- Timelapse render finished
3535
- Timelapse render failed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "Octoslack"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "1.6.2"
17+
plugin_version = "1.7.0"
1818

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

0 commit comments

Comments
 (0)