Skip to content

Commit

Permalink
🚀 RELEASE: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Feb 11, 2021
1 parent 51865c6 commit 22ebb81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.7.2 2021-02-11

Fix an aio-pika deprecation, to use async context managers.

## v0.7.1

The default task message TTL setting was changed in `v0.5.4` but this breaks existing queues since RabbitMQ does not allow changing these parameters on existing queues.
Expand Down
2 changes: 1 addition & 1 deletion kiwipy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version__ = '0.7.1'
__version__ = '0.7.2'

__all__ = ('__version__',)

0 comments on commit 22ebb81

Please sign in to comment.