Skip to content

Commit 0ccb271

Browse files
authored
Bump to 0.12.4, move pytest-asyncio to dev dependencies (#12)
* Bump to 0.12.4, move pytest-asyncio to dev dependencies Fixes #9, #10
1 parent 48a36c9 commit 0ccb271

4 files changed

Lines changed: 95 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.12.4] - 2025-02-20
4+
5+
- Moved `pytest-asyncio` from runtime to dev dependencies (fixes #9, #10)
6+
37
## [0.12.3] - 2025-02-20
48

59
- Fixed `__version__` in `lato/__init__.py` to match release version

lato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .message import Command, Event, Query
1010
from .transaction_context import TransactionContext
1111

12-
__version__ = "0.12.3"
12+
__version__ = "0.12.4"
1313
__all__ = [
1414
"Application",
1515
"ApplicationModule",

0 commit comments

Comments
 (0)