Skip to content

Commit

Permalink
Merge pull request #140 from JoshYuJump/main
Browse files Browse the repository at this point in the history
Bump version 3.2.2
  • Loading branch information
JoshYuJump authored Jul 11, 2022
2 parents d9f85f2 + 93c27f9 commit a753c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

## [3.3.0] UNRELEASED

## [3.2.2] 2022-07-11
### Fixed
- Fixed event stacking when no handler matched [PR#139](https://github.com/bali-framework/bali/pull/139)

## [3.2.1] 2022-07-05
### Added
- Event handler support class style
Expand Down
2 changes: 1 addition & 1 deletion bali/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from bali.decorators import event_handler, init_handler
from bali.resources import Resource, ModelResource

__version__ = '3.2.1'
__version__ = '3.2.2'


class Schema(BaseModel):
Expand Down

0 comments on commit a753c8e

Please sign in to comment.