Skip to content

Commit c3d310b

Browse files
Release v0.1.0a3 (#826)
1 parent de038ba commit c3d310b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ CHANGES
44

55
.. towncrier release notes start
66
7+
0.1.0a3 (2023-12-03)
8+
====================
9+
10+
- Used ``AppKey`` with aiohttp 3.9.
11+
- Added Python 3.12 support.
12+
- Added support for dynamically loaded components.
13+
- Reverted a change which broke relationship fields.
14+
715
0.1.0a2 (2023-10-02)
816
====================
917

aiohttp_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .types import Schema, State, UserDetails, check_credentials_key, permission_re_key, state_key
1515

1616
__all__ = ("Permissions", "Schema", "UserDetails", "permission_re_key", "setup")
17-
__version__ = "0.1.0a2"
17+
__version__ = "0.1.0a3"
1818

1919

2020
@web.middleware

0 commit comments

Comments
 (0)