From d6555a28d6bd1cd96b3bd9ccbb83f998bf6e0927 Mon Sep 17 00:00:00 2001 From: "Michael D. M. Dryden" Date: Fri, 11 Jun 2021 21:44:02 -0400 Subject: [PATCH] Bump version --- CHANGELOG.rst | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b918083..f906ae5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. ----------- -Unreleased ----------- +--------------------- +`0.5.0`_ - 2021-06-11 +--------------------- Added ----- - Allow limiting counts by message type diff --git a/pyproject.toml b/pyproject.toml index 5dceefc..7594129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "telegram-stats-bot" -version = "0.4.0" +version = "0.5.0" description = "A logging and statistics bot for Telegram based on python-telegram-bot." authors = ["Michael DM Dryden "] repository = "https://github.com/mkdryden/telegram-stats-bot"