Remove ProjectConfig cache when "platformio.ini" was modified outside

This commit is contained in:
Ivan Kravets
2019-08-25 18:37:14 +03:00
parent 785be3cb26
commit cba2f4d7b6
4 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (4, 0, 2)
VERSION = (4, 0, "3a1")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"