kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
rodzic
6960e214fd
commit
a97fb8a8bd
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.2.0'
|
||||
__version__ = '0.3.0'
|
||||
|
|
Ładowanie…
Reference in New Issue