Skip to content

Commit

Permalink
increment version and wizard version
Browse files Browse the repository at this point in the history
  • Loading branch information
synman committed Jan 18, 2022
1 parent ccb1f1f commit 8e41bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion octoprint_bettergrblsupport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self):
self.invertZ = 1

self.settingsVersion = 5
self.wizardVersion = 3
self.wizardVersion = 4

# load up our item/value pairs for errors, warnings, and settings
_bgs.load_grbl_descriptions(self)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
Please visit the <a href="https://www.apache.org/licenses/LICENSE-2.0.txt" target="_blank">Apache Software Foundation</a> website for more details.
<br>
<br>
<h3>v2.1.2 Release Notes (includes 2.1.0 & 2.1.1)</h3>
<h3>Release Notes (includes 2.1.0 thru 2.1.3)</h3>
<ul>
<li>Grbl Control now supports custom controls! (2.1.3)
<li>Initial Jog Distance now configurable in Plugin Settings (2.1.3)
<li>Additional bug fixes for probing (2.1.3)</li>
<li>Bug fix for misnamed default profile causing everyone grief - <b>a big thanks to Nicolas from France</b> (2.1.2)</li>
<li>Bug fix for Single Point Z-Probe (2.1.1)</li>
<li>5 point (9 point for center selected) frame z-Probing (Enabled in Plugin Settings)</li>
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 = "Better Grbl Support"

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

# 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 8e41bf4

Please sign in to comment.