File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## ` v0.9.0 ` - 2025-10-21
4+
5+ ### Dependencies
6+ - bump ` aio-pika~=9.5.0 ` [[ #143 ]] ( https://github.com/aiidateam/kiwipy/pull/143 ) to take the fix to gracefully close comm channel.
7+
8+ ### Devops
9+ - Stop support for py3.8, start support for py3.13 [ #140 ] ( https://github.com/aiidateam/kiwipy/pull/140 )
10+ - Update the the readthedocs yaml to v2 and py39 [ 4d7678c] ( https://github.com/aiidateam/kiwipy/commit/4d7678c3b0cc614bc7ea3c37be8030b7458e48b0 )
11+
312## ` v0.8.5 ` - 2024-12-02
413
514### Dependencies
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""Robust, high-volume, message based communication made easy."""
3- __version__ = '0.8.5 '
3+ __version__ = '0.9.0 '
44
55import logging
66
You can’t perform that action at this time.
0 commit comments