Skip to content

Commit

Permalink
Tweak changelog update launcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Feb 18, 2019
1 parent 6c7d107 commit 2c70d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sigil-0.9.12
Sigil-0.9.12
Bug Fixes
- fix typo in cssreformatter that caused errors with @fontface (issue #394)
- workaround for qt bug affecting tab close buttons on Mac (commit f3b9399)
- fix the Mac PyQt5 plugin framework that broke in Sigil-0.9.11 (commit b1151bd)
- fix Mac Qt5 plugin dylibs that macdeployqt broke in Sigil-0.9.11

Sigil-0.9.11
Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/Resource_Files/plugin_launchers/python/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from unipath import pathof
import unicodedata

_launcher_version=20190214
_launcher_version=20190218

_PKG_VER = re.compile(r'''<\s*package[^>]*version\s*=\s*["']([^'"]*)['"][^>]*>''',re.IGNORECASE)

Expand Down

0 comments on commit 2c70d2e

Please sign in to comment.