diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..98fccd6 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.8 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c0486..e1b53d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.4 - 2021-07-04 + +- Remove `.python-version` from my global `.gitignore` to fix the issue when plugin picked up wrong python version (3.3 instead of 3.8) + ## v0.3.3 - 2021-07-02 - Update `README.md` with notes about installation and linting of the source code diff --git a/pyproject.toml b/pyproject.toml index be14295..0b0bfc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sublime-taskfile" -version = "0.3.3" +version = "0.3.4" description = "A Sublime Text 4 plugin for running Taskfile tasks" authors = ["Ivan Elfimov "] license = "MIT"