Skip to content

Commit

Permalink
Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Feb 2, 2024
1 parent e6538e6 commit 61cb138
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## `v0.8.4` - 2024-02-02

### Dependencies
- Drop support for Python 3.7 [[8adf324]](https://github.com/aiidateam/kiwipy/commit/8adf3245e8d2de7ab96304a21f4c25381683d714)
- Update requirement `aio-pika~=9.0` [[e6538e6]](https://github.com/aiidateam/kiwipy/commit/e6538e60c832fcbc61165c3dc7bfa209a957984b)
- Update `isort==5.12.0` [[bb0c7b6]](https://github.com/aiidateam/kiwipy/commit/bb0c7b6ae994f736f57dbf5c2b84b8f9e0dd77e1)

### Devops
- Update ReadTheDocs configuration file [[8a7bcf6]](https://github.com/aiidateam/kiwipy/commit/8a7bcf6ba3caf3191ad3085ea0c317f157aad11a)


## `v0.8.3` - 2022-11-21

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/kiwipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Robust, high-volume, message based communication made easy."""
__version__ = '0.8.3'
__version__ = '0.8.4'

import logging

Expand Down

0 comments on commit 61cb138

Please sign in to comment.