Skip to content

Commit 5fb2bea

Browse files
committed
Prep for release
1 parent 93cfabd commit 5fb2bea

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ScopeHunter
22

3+
## 2.18.1
4+
5+
- **FIX**: Scope backtrace fixes.
6+
37
## 2.18.0
48

59
- **NEW**: Refactor scope backtrace to be in the same way with Sublime's default implementation.

docs/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs_pymdownx_material_extras>=1.6
1+
mkdocs_pymdownx_material_extras>=2.0
22
mkdocs-git-revision-date-localized-plugin
33
mkdocs-minify-plugin
44
pyspelling

support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import webbrowser
66
import re
77

8-
__version__ = "2.18.0"
8+
__version__ = "2.18.1"
99
__pc_name__ = 'ScopeHunter'
1010

1111

0 commit comments

Comments
 (0)