Bump minor version

pull/28/head v0.8.0
Michael D. M. Dryden 2023-11-14 00:45:09 -05:00
rodzic a89659ba7a
commit 2c221294c6
3 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
----------
Unreleased
`0.8.0`_ - 2023-11-13
----------
Added
-----
@ -172,3 +172,4 @@ Fixed
.. _0.6.2: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.6.2
.. _0.6.3: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.6.3
.. _0.7.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.7.0
.. _0.8.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.8.0

Wyświetl plik

@ -22,6 +22,9 @@ telegram-stats-bot
Telegram-stats-bot is a simple bot that lives in your Telegram group, logging messages to a Postgresql database and
serving statistical tables and plots to users as Telegram messages.
*Note: Version 0.8.0 adds a number of behind the scenes improvements and dependency bumps in preparation for a version
1.0 release. Stay tuned for a new interface using the inline keyboard bot functionality!*
.. image:: examples/chat_example.png
:alt: Bot conversation example

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "telegram-stats-bot"
version = "0.7.0"
version = "0.8.0"
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
repository = "https://github.com/mkdryden/telegram-stats-bot"