Skip to content

Commit

Permalink
Prep for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 30, 2016
1 parent 858ddd0 commit 8c9cdb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ExportHtml 2.3.1
> Released Nov 29, 2016
- **FIX**: Skip processing popupCss and phantomCss.

# ExportHtml 2.3.0
> Released Nov 28, 2016
Expand Down
2 changes: 1 addition & 1 deletion support.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import re

__version__ = "2.3.0"
__version__ = "2.3.1"
__pc_name__ = 'ExportHtml'

CSS = '''
Expand Down

0 comments on commit 8c9cdb2

Please sign in to comment.