From f4b942de41cc5f4edd7b1ecab58615a30a4ef21d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 24 Jan 2021 13:45:54 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec4c62..7be8e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # xbotlib x.x.x (UNRELEASED) -# xbotlib x.x.x (UNRELEASED) +# xbotlib 0.15.2 (2021-01-24) - Add `setup` function hook ([#36](https://git.autonomic.zone/decentral1se/xbotlib/issues/36)) - Add support for defining additional routes ([#31](https://git.autonomic.zone/decentral1se/xbotlib/issues/31)) diff --git a/pyproject.toml b/pyproject.toml index 673d004..a135eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "xbotlib" -version = "0.15.1" +version = "0.15.2" description = "XMPP bots for humans" authors = ["decentral1se "] maintainers = ["decentral1se "]