diff --git a/CHANGES.rst b/CHANGES.rst index 77da8b0..a7d32b7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,11 @@ Changelog .. towncrier release notes start +1.2.1 (2023-11-18) +================== + +- Use ``aiohttp.web.AppKey`` for aiohttp integration. + 1.2.0 (2023-08-30) ================== diff --git a/aiojobs/__init__.py b/aiojobs/__init__.py index 394b378..f4ebab4 100644 --- a/aiojobs/__init__.py +++ b/aiojobs/__init__.py @@ -10,7 +10,7 @@ from ._job import Job from ._scheduler import ExceptionHandler, Scheduler -__version__ = "1.2.0" +__version__ = "1.2.1" async def create_scheduler(