summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12019-09-14 00:39:47 +0500
committerevgfilim12019-09-14 00:39:47 +0500
commit91a9a7067c3636f0f67afc50113355827be15de7 (patch)
treedb0d9157035b3de6796fa56cc3b2fe3a1bf3eefd
parent4a932a97d67ffcbbc5acf202750253bc92a7ad7b (diff)
downloadaur-91a9a7067c3636f0f67afc50113355827be15de7.tar.gz
Updated to version 1:12.1.0.r1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGES.rst28
-rw-r--r--PKGBUILD2
3 files changed, 28 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be4192bf7075..811c613e6009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telegram-bot-git
pkgdesc = A Python wrapper around the Telegram Bot API
- pkgver = 12.0.0.r0.c84e21d8
+ pkgver = 12.1.0.r1.3812251d
pkgrel = 1
epoch = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
diff --git a/CHANGES.rst b/CHANGES.rst
index c3e72aa07bc5..438f309bc6bb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,30 @@
Changelog
=========
+Version 12.1.0
+================
+*Released 2019-09-13*
+
+**Major changes:**
+
+- Bot API 4.4 support (`#1464`_, `#1510`_)
+- Add `get_file` method to `Animation` & `ChatPhoto`. Add, `get_small_file` & `get_big_file`
+ methods to `ChatPhoto` (`#1489`_)
+- Tools for deep linking (`#1049`_)
+
+**Minor changes and/or bug fixes:**
+
+- Documentation fixes (`#1500`_, `#1499`_)
+- Improved examples (`#1502`_)
+
+.. _`#1464`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1464
+.. _`#1502`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1502
+.. _`#1499`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1499
+.. _`#1500`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1500
+.. _`#1049`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1049
+.. _`#1489`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1489
+.. _`#1510`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1510
+
Version 12.0.0
================
*Released 2019-08-29*
@@ -86,7 +110,7 @@ Bug fixes & improvements
- Allow SOCKSConnection to parse username and password from URL (`#1211`_)
- Fix for arguments in passport/data.py (`#1213`_)
- Improve message entity parsing by adding text_mention (`#1206`_)
-- Documentation fixes (`#1348`_, `#1397_`, `#1436`_)
+- Documentation fixes (`#1348`_, `#1397`_, `#1436`_)
- Merged filters short-circuit (`#1350`_)
- Fix webhook listen with tornado (`#1383`_)
- Call task_done() on update queue after update processing finished (`#1428`_)
@@ -101,7 +125,7 @@ Buf fixes since v12.0.0b1
- Fix _trigger_timeout() missing 1 required positional argument: 'job' (`#1367`_)
- Add missing message.text check in PrefixHandler check_update (`#1375`_)
- Make updates persist even on DispatcherHandlerStop (`#1463`_)
-- Dispatcher force updating persistence object's chat data attribute(`#1462`)
+- Dispatcher force updating persistence object's chat data attribute(`#1462`_)
.. _`#1100`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1100
.. _`#1283`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1283
diff --git a/PKGBUILD b/PKGBUILD
index 531c2ce6eee6..17b2471f23c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Evgeniy Filimonov <evgfilim1@gmail.com>
pkgname=('python-telegram-bot-git')
epoch=1
-pkgver=12.0.0.r0.c84e21d8
+pkgver=12.1.0.r1.3812251d
pkgrel=1
pkgdesc="A Python wrapper around the Telegram Bot API"
arch=('any')