Skip to content

Commit b15a679

Browse files
committed
Update version and upgrade message
1 parent 3dda698 commit b15a679

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ExportHtml
22

3-
## 2.17.5
3+
## 2.18.0
44

55
- **NEW**: New colorblind filters.
66
- **CHORE**: Updates to support newer dependencies.

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"install": "messages/install.md",
3-
"2.17.0": "messages/recent.md"
3+
"2.18.0": "messages/recent.md"
44
}

messages/recent.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# ExportHtml 2.17.0
1+
# ExportHtml 2.18.0
22

33
New release!
44

55
Please see `Preferences->Package Settings->ExportHtml->Changelog`
66
for more info about the release.
77

8-
BBCode support has been dropped in 2.17.0+.
8+
A restart of Sublime Text is most likely needed.
9+
10+
## 2.18.0
11+
12+
- **NEW**: New colorblind filters.
13+
- **CHORE**: Updates to support newer dependencies.
14+
- **FIX**: Remove unnecessary dependencies.

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.17.5"
8+
__version__ = "2.18.0"
99
__pc_name__ = 'ExportHtml'
1010

1111
CSS = '''

0 commit comments

Comments
 (0)