summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12017-12-21 22:59:05 +0500
committerevgfilim12017-12-21 22:59:05 +0500
commit7ff020335e7317fd22c43936f1440065bede2a42 (patch)
tree4b048b3ddd432b770881d9810a33dca013c742ea
parent7f3c05bd88a6c0c16ce6a3cb9dad823d75a333a3 (diff)
downloadaur-7ff020335e7317fd22c43936f1440065bede2a42.tar.gz
Updated to version 9.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGES.rst26
-rw-r--r--PKGBUILD2
3 files changed, 28 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0dfc0bd5b1..0a0766d7af25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telegram-bot-git
pkgdesc = A Python wrapper around the Telegram Bot API
- pkgver = 8.1.1.r8.e8fac19
+ pkgver = 9.0.0.r0.3d4e050
pkgrel = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
changelog = CHANGES.rst
diff --git a/CHANGES.rst b/CHANGES.rst
index fec0cb766fe8..5b27e32146e1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,32 @@
=======
Changes
=======
+**2017-12-08**
+*Released 9.0.0*
+
+Breaking changes (possibly)
+
+- Drop support for python 3.3 (PR `#930`_)
+
+
+New Features
+
+- Support Bot API 3.5 (PR `#920`_)
+
+
+Changes
+
+- Fix race condition in dispatcher start/stop (`#887`_)
+- Log error trace if there is no error handler registered (`#694`_)
+- Update examples with consistent string formatting (`#870`_)
+- Various changes and improvements to the docs.
+
+.. _`#920`: https://github.com/python-telegram-bot/python-telegram-bot/pull/920
+.. _`#930`: https://github.com/python-telegram-bot/python-telegram-bot/pull/930
+.. _`#887`: https://github.com/python-telegram-bot/python-telegram-bot/pull/887
+.. _`#694`: https://github.com/python-telegram-bot/python-telegram-bot/pull/694
+.. _`#870`: https://github.com/python-telegram-bot/python-telegram-bot/pull/870
+
**2017-10-15**
*Released 8.1.1*
diff --git a/PKGBUILD b/PKGBUILD
index 8da74f1f69f0..780776ff1cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Evgeniy Filimonov <evgfilim1@gmail.com>
pkgname=('python-telegram-bot-git')
-pkgver=8.1.1.r8.e8fac19
+pkgver=9.0.0.r0.3d4e050
pkgrel=1
pkgdesc="A Python wrapper around the Telegram Bot API"
arch=('any')