Skip to content

Commit

Permalink
Prepare for release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Dec 6, 2021
1 parent 5d451dd commit 2bdb11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**[0.13.1] 2021-12-06**
- New: Minimum compatibility version raised to 201.8743

**[0.13.0] 2021-12-05**
- Fixed #11: Stopping old instances of PyLint when requesting new ones (a huge thanks to @intgr for fixing this issue for [mypy-pycharm](https://github.com/leinardi/mypy-pycharm), making the port for this plugin trivial!)
- New: Min IDEA version raised from 2018 to PC-2021.2.3
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=0.13.0
version=0.13.1
ideVersion=PC-2021.2.3
pythonPlugin=python-ce
sinceBuild=181.5684
sinceBuild=201.8743
untilBuild=
downloadIdeaSources=true
publishUsername=leinardi
Expand Down

0 comments on commit 2bdb11a

Please sign in to comment.