Skip to content

Commit f771dc6

Browse files
committed
bump version and add release notes
1 parent 8f88d70 commit f771dc6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Gooey 1.0.8.1 Released!
2+
3+
4+
This is a tiny intermediate release which just loosen Gooey's WxPython dependency from `=4.1.0` to `>=4.1.0` in `setup.py`. The strict version requirement was causing numerous installation issues across environments.
5+
6+

gooey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from gooey.python_bindings import constants
66
from gooey.gui.components.filtering.prefix_filter import PrefixTokenizers
77
from gooey.gui.components.options import options
8-
__version__ = '1.0.8'
8+
__version__ = '1.0.8.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open('README.md') as readme:
77
long_description = readme.read()
88

9-
version = '1.0.8'
9+
version = '1.0.8.1'
1010

1111
deps = [
1212
'Pillow>=4.3.0',

0 commit comments

Comments
 (0)