Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorecki committed May 29, 2024
1 parent 505e336 commit cf43020
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.11.1] - 2024-05-29

- Fix type annotations in `ApplicationModule`

## [0.11.0] - 2024-03-24

- Change `composer()` signature from `compose(values)` to `compose(**kwargs)`
Expand Down
2 changes: 1 addition & 1 deletion lato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .message import Command, Event, Query
from .transaction_context import TransactionContext

__version__ = "0.11.0"
__version__ = "0.11.1"
__all__ = [
"Application",
"ApplicationModule",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lato"
version = "0.11.0"
version = "0.11.1"
description = "Lato is a Python microframework designed for building modular monoliths and loosely coupled applications."
authors = ["Przemysław Górecki <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cf43020

Please sign in to comment.