Skip to content

Commit

Permalink
bump version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskiehl committed Jun 12, 2021
1 parent 8f88d70 commit f771dc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/releases/1.0.8.1-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Gooey 1.0.8.1 Released!


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.


2 changes: 1 addition & 1 deletion gooey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from gooey.python_bindings import constants
from gooey.gui.components.filtering.prefix_filter import PrefixTokenizers
from gooey.gui.components.options import options
__version__ = '1.0.8'
__version__ = '1.0.8.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as readme:
long_description = readme.read()

version = '1.0.8'
version = '1.0.8.1'

deps = [
'Pillow>=4.3.0',
Expand Down

0 comments on commit f771dc6

Please sign in to comment.