diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d96fd6..3e5e77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +**[0.16.0] 2023-09-02** +- Possible fixe for #82: Pylint doesn't detect remote interpreter +- Possible fixe for #58: On Windows allow pylint to use pylint installed in WSL +- Respect Pylint path field and don't force usage of project interpreter + **[0.15.0] 2023-04-24** - Fixed Icons not visible in new Jetbrains UI - New: Min IDEA version raised from PC-2021.2 to PC-2022.1.4 diff --git a/gradle.properties b/gradle.properties index c8afa3a..035f8c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version=0.15.0 +version=0.16.0 ideVersion=PC-2022.1.4 pythonPlugin=python-ce sinceBuild=221.6008