Skip to content

Commit

Permalink
Version 1.5 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
vb64 authored May 7, 2024
1 parent b971297 commit fe640ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .pypirc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ index-servers =

[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password =

[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password =
5 changes: 5 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
07.05.2024 ver.1.5
------------------

* Checks for required pyTelegramBotAPI version on install.

27.05.2023 ver.1.4
------------------

Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = telemulator3
version = 1.4
version = 1.5
author = Vitaly Bogomolov
author_email = mail@vitaly-bogomolov.ru
description = Mocked Telegram Bot API elements for unit tests of a bot based on the pyTelegramBotAPI library.
Expand All @@ -19,3 +19,5 @@ package_dir =
packages = telemulator3
python_requires = >=3.7
include_package_data=True
install_requires =
pyTelegramBotAPI<=4.11.0

0 comments on commit fe640ce

Please sign in to comment.