diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8f618..824f81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ stdlibs [![Generated by attribution][attribution-badge]][attribution-url] +v2024.5.15 +---------- + +Maintenance release + +- Update stdlibs for 3.13b1 (#91) + +```text +$ git shortlog -s v2024.1.28...v2024.5.15 + 1 Amethyst Reese + 1 Tim Hatch + 9 dependabot[bot] +``` + + v2024.1.28 ---------- diff --git a/stdlibs/__version__.py b/stdlibs/__version__.py index c528e7f..411303c 100644 --- a/stdlibs/__version__.py +++ b/stdlibs/__version__.py @@ -4,4 +4,4 @@ Do not edit manually. Get more info at https://attribution.omnilib.dev """ -__version__ = "2024.1.28" +__version__ = "2024.5.15"