Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- Fix missing export.
- Update release notes.
  • Loading branch information
devkral committed Oct 9, 2024
1 parent 79a17f5 commit 4c814df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asyncz/schedulers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .asyncio import AsyncIOScheduler
from .asyncio import AsyncIOScheduler, NativeAsyncIOScheduler

__all__ = ["AsyncIOScheduler"]
__all__ = ["AsyncIOScheduler", "NativeAsyncIOScheduler"]
5 changes: 5 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.12.1

### Fixed

- Missing export of NativeAsyncIOScheduler from schedulers.

## 0.12.0

Expand Down

0 comments on commit 4c814df

Please sign in to comment.