We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42daf96 commit ac0299bCopy full SHA for ac0299b
docs/source/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '10.1' # telegram.__version__[:3]
+version = '11.0' # telegram.__version__[:3]
62
# The full version, including alpha/beta/rc tags.
63
-release = '10.1.0' # telegram.__version__
+release = '11.0.0' # telegram.__version__
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
telegram/version.py
@@ -17,4 +17,4 @@
17
# You should have received a copy of the GNU Lesser Public License
18
# along with this program. If not, see [http://www.gnu.org/licenses/].
19
20
-__version__ = '10.1.0'
+__version__ = '11.0.0'
0 commit comments