We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e16fa commit 1058fffCopy full SHA for 1058fff
CHANGES.rst
@@ -14,6 +14,11 @@ Changelog
14
15
.. towncrier release notes start
16
17
+1.2.1 (2023-11-18)
18
+==================
19
+
20
+- Use ``aiohttp.web.AppKey`` for aiohttp integration.
21
22
1.2.0 (2023-08-30)
23
==================
24
aiojobs/__init__.py
@@ -10,7 +10,7 @@
10
from ._job import Job
11
from ._scheduler import ExceptionHandler, Scheduler
12
13
-__version__ = "1.2.0"
+__version__ = "1.2.1"
async def create_scheduler(
0 commit comments