Skip to content

Commit

Permalink
Merge pull request #2288 from Badiboy/master
Browse files Browse the repository at this point in the history
Bump version to 4.19.0...
  • Loading branch information
Badiboy authored Jun 1, 2024
2 parents 6455bf6 + eb3b699 commit 139d35f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
copyright = f'2022-{datetime.now().year}, {author}'

# The full version, including alpha/beta/rc tags
release = '4.18.1'
release = '4.19.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyTelegramBotAPI"
version = "4.18.1"
version = "4.19.0"
description = "Python Telegram bot api."
authors = [{name = "eternnoir", email = "[email protected]"}]
license = {text = "GPL2"}
Expand Down
4 changes: 2 additions & 2 deletions telebot/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1665,8 +1665,8 @@ def to_dict(self):
"offset": self.offset,
"length": self.length,
"url": self.url,
"user": self.user,
"language": self.language,
"user": self.user.to_dict(),
"language": self.language,
"custom_emoji_id": self.custom_emoji_id}


Expand Down
2 changes: 1 addition & 1 deletion telebot/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '4.18.1'
__version__ = '4.19.0'

0 comments on commit 139d35f

Please sign in to comment.