pull/2/head v0.3.0
Michael DM Dryden 2020-10-06 23:51:40 -04:00
rodzic 6960e214fd
commit a97fb8a8bd
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file.
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.3.0`_ - 2020-10-06
---------------------
Fixed
-----
- Correctly escape all reserved markdown characters and markdown links

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "telegram-stats-bot"
version = "0.2.0"
version = "0.3.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"

Wyświetl plik

@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'