robotcode-plugin 0.85.0__tar.gz → 0.86.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: robotcode-plugin
3
- Version: 0.85.0
3
+ Version: 0.86.0
4
4
  Summary: Some classes for RobotCode plugin management
5
5
  Project-URL: Donate, https://opencollective.com/robotcode
6
6
  Project-URL: Documentation, https://github.com/robotcodedev/robotcode#readme
@@ -80,6 +80,7 @@ class Application:
80
80
  def __init__(self) -> None:
81
81
  self.config = CommonConfig()
82
82
  self._show_diagnostics = True
83
+ self.root_folder: Path = Path.cwd()
83
84
 
84
85
  @property
85
86
  def show_diagnostics(self) -> bool:
@@ -0,0 +1 @@
1
+ __version__ = "0.86.0"
@@ -1 +0,0 @@
1
- __version__ = "0.85.0"