File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change
1
+ 2015-11-10
2
+ Released 2.9
3
+ Emoji class now uses bytes_to_native_str from future 3rd party lib
4
+ Make user_from optional to work with channels channels
5
+ Raise exception if Telegram times out on long-polling
6
+ *Special thanks to @jh0ker for all hard work *
7
+
8
+
1
9
2015-10-08
2
10
Released 2.8.7
3
11
Type as optional for GroupChat class
121
129
122
130
123
131
2015-07-19
124
-
125
132
Released 2.0
126
133
Fixes bugs
127
134
Improves __str__ over to_json()
128
135
Creates abstractclass TelegramObject
129
136
130
137
131
138
2015-07-15
132
-
133
139
Released 1.9
134
140
Python 3 officially supported
135
141
PEP8 improvements
136
142
137
143
138
144
2015-07-12
139
-
140
145
Released 1.8
141
146
Fixes crash when replying an unicode text message (special thanks to JRoot3D)
142
147
143
148
144
149
2015-07-11
145
-
146
150
Released 1.7
147
151
Fixes crash when username is not defined on chat (special thanks to JRoot3D)
148
152
149
153
150
154
2015-07-10
151
-
152
155
Released 1.6
153
156
Improvements for GAE support
154
157
155
158
156
159
2015-07-10
157
-
158
160
Released 1.5
159
161
Fixes randomly unicode issues when using InputFile
160
162
161
163
162
164
2015-07-10
163
-
164
165
Released 1.4
165
166
requests lib is no longer required
166
167
Google App Engine (GAE) is supported
167
168
168
169
169
170
2015-07-10
170
-
171
171
Released 1.3
172
172
Added support to setWebhook (special thanks to macrojames)
173
173
174
174
175
175
2015-07-09
176
-
177
176
Released 1.2
178
177
CustomKeyboard classes now available
179
178
Emojis available
180
179
PEP8 improvements
181
180
182
181
183
182
2015-07-08
184
-
185
183
Released 1.1
186
184
PyPi package now available
187
185
188
186
189
187
2015-07-08
190
-
191
188
Released 1.0
192
189
Initial checkin of python-telegram-bot
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '2.8 '
61
+ version = '2.9 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '2.8.7 '
63
+ release = '2.9 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def read(*paths):
15
15
16
16
setup (
17
17
name = 'python-telegram-bot' ,
18
- version = '2.8.7 ' ,
18
+ version = '2.9 ' ,
19
19
author = 'Leandro Toledo' ,
20
20
author_email = 'leandrotoledodesouza@gmail.com' ,
21
21
license = 'LGPLv3' ,
You can’t perform that action at this time.
0 commit comments