Skip to content

Commit

Permalink
Release v0.1.0a3 (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 3, 2023
1 parent de038ba commit c3d310b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ CHANGES

.. towncrier release notes start
0.1.0a3 (2023-12-03)
====================

- Used ``AppKey`` with aiohttp 3.9.
- Added Python 3.12 support.
- Added support for dynamically loaded components.
- Reverted a change which broke relationship fields.

0.1.0a2 (2023-10-02)
====================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .types import Schema, State, UserDetails, check_credentials_key, permission_re_key, state_key

__all__ = ("Permissions", "Schema", "UserDetails", "permission_re_key", "setup")
__version__ = "0.1.0a2"
__version__ = "0.1.0a3"


@web.middleware
Expand Down

0 comments on commit c3d310b

Please sign in to comment.