Skip to content

Commit

Permalink
Release 0.12.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Jan 9, 2025
1 parent 98fdd83 commit dee4649
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hide:

### Added

- Support for Python 3.13.
- Add `ReceiveSendSniffer`. This sniffer allows to detect communication events and to replay receive messages.
- `Include` and `BaseLilya` (application) have now a ClassVar `router_class` to provide a custom router.
- Subclasses of `BaseLilya` (application) can set the `router_class` to None to provide a completely custom router
Expand Down
2 changes: 1 addition & 1 deletion lilya/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.11"
__version__ = "0.12.0"
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
]
Expand Down Expand Up @@ -91,6 +92,7 @@ testing = [
"pytest-mock>=3.12.0",
"python-multipart>=0.0.13",
"mypy==1.10.0",
"pyyaml>=6.0,<7.0.0",
"typing_extensions>=3.10.0",
"ipython",
"ptpython",
Expand Down
Empty file added tests/environments/__init__.py
Empty file.
File renamed without changes.

0 comments on commit dee4649

Please sign in to comment.