diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed4cc9..41fa4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +## [0.4.1] + +### Changes + +- Added a warning informing the user about broken compatibility with Python 3.13.0 + ## [0.4.0] ### Changes diff --git a/gradle.properties b/gradle.properties index 6d23db5..af3dd56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.srwi.pixellens pluginName = PixelLens pluginRepositoryUrl = https://github.com/srwi/PyCharm-PixelLens # SemVer format -> https://semver.org -pluginVersion = 0.4.0 +pluginVersion = 0.4.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233