Skip to content

Commit

Permalink
Fix the issue when plugin picked up wrong python version
Browse files Browse the repository at this point in the history
  • Loading branch information
biozz committed Jul 4, 2021
1 parent 466eec4 commit 352d239
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.8
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 352d239

Please sign in to comment.