Skip to content

Commit eab702c

Browse files
author
BoboTiG
committed
Version 1.0.2
1 parent 4b9b611 commit eab702c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ History:
55
devel 201y/mm/dd
66
-
77

8+
1.0.2 2016/04/22
9+
- Fix inexistant alias
10+
811
1.0.1 2016/04/22
912
- Fix libpng warning: ignoring bad filter type
1013

mss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from __future__ import (unicode_literals, print_function)
1515

16-
__version__ = '1.0.1'
16+
__version__ = '1.0.2'
1717
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818
__copyright__ = '''
1919
Copyright (c) 2013-2015, Mickaël 'Tiger-222' Schoentgen

0 commit comments

Comments
 (0)