Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed May 3, 2024
1 parent 2dec736 commit 8db31b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.2.0 (upcoming)
## 3.2.0

* Enhancement: add hook support for event changes+deletion hooks (initial support: "rabbitmq")
* Dependency: pika >= 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# When the version is updated, a new section in the CHANGELOG.md file must be
# added too.
VERSION = "3.dev"
VERSION = "3.2.0"

with open("README.md", encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit 8db31b4

Please sign in to comment.