Skip to content

Commit 75d0b59

Browse files
committed
0.3.6
Automatically generated by python-semantic-release
1 parent 82ef496 commit 75d0b59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.6 (2021-09-08)
6+
### Fix
7+
* Correctly replace dialog 'on_click' handlers ([`7c15377`](https://github.com/kxgames/glooey/commit/7c153775dca275c02f1b5c3961c2a96eb8d1ca9d))
8+
59
## v0.3.5 (2021-02-27)
610
### Fix
711
* Correct how named colors are looked up ([`dc14949`](https://github.com/kxgames/glooey/commit/dc149493c36564b8892f09167134fd31c7e155e9))

glooey/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
An object-oriented GUI library for pyglet.
55
"""
66

7-
__version__ = '0.3.5'
7+
__version__ = '0.3.6'
88

99
from .widget import *
1010
from .root import *

0 commit comments

Comments
 (0)