From d009cf9d4fcb5b07e0854e28f2d77d8f78584e9a Mon Sep 17 00:00:00 2001 From: Mikhail Golubev Date: Tue, 18 Jul 2017 19:53:53 +0300 Subject: [PATCH] PY-18816 Squash stub version changes into a single increment --- python/src/com/jetbrains/python/psi/PyFileElementType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/com/jetbrains/python/psi/PyFileElementType.java b/python/src/com/jetbrains/python/psi/PyFileElementType.java index 30e0d94372b7..56458a33fe88 100644 --- a/python/src/com/jetbrains/python/psi/PyFileElementType.java +++ b/python/src/com/jetbrains/python/psi/PyFileElementType.java @@ -62,7 +62,7 @@ public class PyFileElementType extends IStubFileElementType { @Override public int getStubVersion() { // Don't forget to update versions of indexes that use the updated stub-based elements - return 63; + return 61; } @Nullable