Merge branch 'rc' into devel
This commit is contained in:
commit
69e66d5815
|
@ -1,7 +1,7 @@
|
||||||
## Fork information:
|
## Fork information:
|
||||||
- This is forked from [the original](https://github.com/mmone/OctoprintKlipperPlugin) version 0.2.5
|
- This is forked from [the original](https://github.com/mmone/OctoprintKlipperPlugin) version 0.2.5
|
||||||
- The fork now supports Python3 (hopefully without any new bugs)
|
- The fork now supports Python3 (hopefully without any new bugs)
|
||||||
- The current version is 0.3.3 and includes the pull requests left on the old plugin page that fixes several bugs and Themify support.
|
- The current version is 0.3.4rc1 and includes the pull requests left on the old plugin page that fixes several bugs and Themify support.
|
||||||
|
|
||||||
## Fork Installation Information:
|
## Fork Installation Information:
|
||||||
- Uninstall any other versions of the plugin using Plugin Manager or other means, as necessary.
|
- Uninstall any other versions of the plugin using Plugin Manager or other means, as necessary.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper"
|
||||||
|
|
||||||
plugin_name = "OctoKlipper"
|
plugin_name = "OctoKlipper"
|
||||||
|
|
||||||
plugin_version = "0.3.3"
|
plugin_version = "0.3.4rc1"
|
||||||
|
|
||||||
plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""
|
plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue