Skip to content

Commit 08a1d69

Browse files
committed
Update version and changelog
1 parent 51e9bbf commit 08a1d69

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

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

3+
## 2.18.1
4+
5+
- **FIX**: Require the typing dependency for Python 3.3.
6+
37
## 2.18.0
48

59
- **NEW**: New colorblind filters.

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__ = 'ExportHtml'
1010

1111
CSS = '''

0 commit comments

Comments
 (0)