X Tutup
Skip to content

Commit 4541476

Browse files
authored
enforce urllib3==1.20 (python-telegram-bot#580)
* 🚑 enforce urllib3==1.20 python-telegram-bot#579 * 🚑 Bump version to v5.3.1 python-telegram-bot#579
1 parent 11a3de6 commit 4541476

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changes
33
=======
44

5+
**2017-04-17**
6+
7+
*Released 5.3.1*
8+
9+
- Hotfix release due to bug introduced by urllib3 version 1.21
10+
511
**2016-12-11**
612

713
*Released 5.3*

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '5.3' # telegram.__version__[:3]
6363
# The full version, including alpha/beta/rc tags.
64-
release = '5.3.0' # telegram.__version__
64+
release = '5.3.1' # telegram.__version__
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
future>=0.15.2
2-
urllib3>=1.10
2+
urllib3==1.20
33
certifi

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser Public License
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919

20-
__version__ = '5.3.0'
20+
__version__ = '5.3.1'

0 commit comments

Comments
 (0)
X Tutup