Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
- Added Python 3 compatibility
  • Loading branch information
jneilliii authored Oct 22, 2019
1 parent 1929e8b commit bf814d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@ or manually using this URL:
## Changelog
**[0.1.10]** (08/22/209)
**[0.1.11]** (10/06/2019)
**Added**
- Python 3 compatibility.
**[0.1.10]** (08/22/2019)
**Added**
- Option for ignoring Bed Level Correction Matrix.
Expand Down Expand Up @@ -220,6 +225,7 @@ or manually using this URL:
**Initial Release**
[0.1.11]: https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/tree/0.1.11
[0.1.10]: https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/tree/0.1.10
[0.1.9]: https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/tree/0.1.9
[0.1.8]: https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/tree/0.1.8
Expand Down
1 change: 1 addition & 0 deletions octoprint_bedlevelvisualizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def get_update_information(self):
)

__plugin_name__ = "Bed Visualizer"
__plugin_pythoncompat__ = ">=2.7,<4"

def __plugin_load__():
global __plugin_implementation__
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 = "Bed Visualizer"

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

# 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 bf814d0

Please sign in to comment.