Marking 1.0.3 (#300)

selenium-screenshot-testing
Kevin Chung 2017-07-01 13:59:15 -04:00 committed by GitHub
parent 7d5537e1df
commit 05a9641514
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if sys.version_info[0] < 3:
reload(sys)
sys.setdefaultencoding("utf-8")
__version__ = '1.0.2'
__version__ = '1.0.3'
class ThemeLoader(FileSystemLoader):